We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./bootstrap.sh ./configure qmake gingr.pro make
ubuntu 16.04
qmake -v QMake version 2.01a Using Qt version 4.8.5 in /usr/local//lib
where is my error ? Thank you for your help
The text was updated successfully, but these errors were encountered:
So what was the solution, if any?
Sorry, something went wrong.
No branches or pull requests
./bootstrap.sh
./configure
qmake gingr.pro
make
g++ -c -pipe -std=c++11 -include src/memcpyLink.h -D_GNU_SOURCE -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/mkspecs/default -I. -I/usr/local/include/QtCore -I/usr/local/include/QtGui -I/usr/local/include/QtXml -I/usr/local/include -I. -Isrc -I/usr/local/include -I/usr/local/include -I. -o MainWindow.o src/MainWindow.cpp
src/MainWindow.cpp:20:37: fatal error: QtConcurrent/QtConcurrent: No such file or directory
compilation terminated.
Makefile:769: recipe for target 'MainWindow.o' failed
make: *** [MainWindow.o] Error 1
ubuntu 16.04
qmake -v
QMake version 2.01a
Using Qt version 4.8.5 in /usr/local//lib
where is my error ?
Thank you for your help
The text was updated successfully, but these errors were encountered: