Qt-Code-Editor icon indicating copy to clipboard operation
Qt-Code-Editor copied to clipboard

Could not build

Open sea5kg opened this issue 7 years ago • 0 comments

Hello, I could not build project on ubuntu 11.04

Output: $ make g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o main.o main.cpp main.cpp:1:10: fatal error: QtGui/QApplication: No such file or directory #include <QtGui/QApplication> Info about version $ qmake -version QMake version 3.1 Using Qt version 5.9.1 in /usr/lib/x86_64-linux-gnu

sea5kg avatar Feb 15 '18 10:02 sea5kg