Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMakeLists missing #36

Open
FedorZaytsev opened this issue Nov 8, 2015 · 2 comments
Open

CMakeLists missing #36

FedorZaytsev opened this issue Nov 8, 2015 · 2 comments

Comments

@FedorZaytsev
Copy link

Hi, how to compile lib? From a article from habrahabr.ru I read that I have to call cmake to build lib, however, in last commits CMakeLists.txt was deleted. I am not well with Qt, so how I can include your lib to my project

@alekseysidorov
Copy link
Owner

Now vreen is compiling by qbs. Cmake was removed because it did not work well with qt5.

You can rewrite build script from scratch and send me pull request with it.

@BoNeNoO
Copy link

BoNeNoO commented Sep 4, 2016

Hello. I'am trying to compile vreen from windows 7. I configured qbs like this http://doc.qt.io/qbs/configuring.html and http://doc.qt.io/qbs/qt-versions.html. After $ qbs install --clean-install-root --install-root $LOCAL_PREFIX release

c:\Android\vreen-2.0.0>C:\Qt\Qt5.5.1\Tools\QtCreator\bin\qbs.exe install --clean -install-root --install-root $LOCAL_PREFIX release Restoring build graph from disk Building for configuration qt55-release compiling message.cpp compiling groupmanager.cpp compiling audioitem.cpp compiling utils.cpp compiling moc_pollprovider.cpp compiling localstorage.cpp compiling chatsession.cpp compiling attachment.cpp compiling dynamicpropertydata.cpp compiling newsitem.cpp compiling moc_abstractlistmodel.cpp compiling json.cpp compiling wallpost.cpp compiling longpoll.cpp compiling connection.cpp compiling groupchatsession.cpp compiling wallsession.cpp compiling newsfeed.cpp compiling client.cpp compiling pollprovider.cpp compiling moc_connection.cpp compiling contact.cpp compiling reply.cpp ERROR: "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe" /nologo /c /EHsc /O2 /MD /IC:\Android\vreen-2.0.0\src\3rdparty /IC:\Android\vre en-2.0.0\src\api /IC:\Qt\Qt5.5.1\5.5\mingw492_32\include /IC:\Qt\Qt5.5.1\5.5\min gw492_32\include\QtCore /IC:\Qt\Qt5.5.1\5.5\mingw492_32\mkspecs\win32-g++ /IC:\A ndroid\vreen-2.0.0\qt55-release\vreen.qt55.cf4270b0\GeneratedFiles /IC:\Qt\Qt5.5 .1\5.5\mingw492_32\include /IC:\Qt\Qt5.5.1\5.5\mingw492_32\include\QtGui /IC:\Qt \Qt5.5.1\5.5\mingw492_32\include\QtANGLE /IC:\Qt\Qt5.5.1\5.5\mingw492_32\include /IC:\Qt\Qt5.5.1\5.5\mingw492_32\include\QtNetwork /DNDEBUG /DUNICODE /D_UNICODE /DVK_LIBRARY /DQT_CORE_LIB /DQT_NO_DEBUG /DQT_GUI_LIB /DQT_NETWORK_LIB "/DWINVE R=0x501" "/D_WIN32_WINNT=0x501" "/D_WIN32_WINDOWS=0x501" /FoC:\Android\vreen-2.0 .0\qt55-release\vreen.qt55.cf4270b0\.obj\a033a528b603fed4\contact.cpp.obj C:\And roid\vreen-2.0.0\src\api\contact.cpp /TP /Zm200 c:\android\vreen-2.0.0\src\api\contact_p.h(115) : error C2143: синтаксическая ош ибка: отсутствие "," перед ":" c:\android\vreen-2.0.0\src\api\contact_p.h(115) : error C2530: value: ссылки дол жны быть инициализированы c:\android\vreen-2.0.0\src\api\contact_p.h(115) : error C3531: value: символ, ти п которого содержит спецификатор "auto" должен иметь инициализатор ERROR: Process failed with exit code 2. The following products could not be built for configuration qt55-release: vreen vreenplugin vreenoauth dialogs audio phonefetcher connection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants