Ubuntu Pastebin

Paste from 123 at Sat, 4 Mar 2017 17:58:43 +0000

Download as text
1
2
3
4
5
6
7
8
9
johndoe@jd-ubuntu:~/programs/f3-qt$ qmake
johndoe@jd-ubuntu:~/programs/f3-qt$ make
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DAPP_VERSION=\"2.1.0\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o mainwindow.o mainwindow.cpp
In file included from mainwindow.cpp:2:0:
ui_mainwindow.h:13:25: fatal error: QtGui/QAction: Нет такого файла или каталога
 #include <QtGui/QAction>
                         ^
compilation terminated.
make: *** [mainwindow.o] Ошибка 1
Download as text