QT: Widgets?

Hi,

I'm trying to compile this on Linux Mint and get the following error after typing: qmake ../../cpp-ethereum/alephzero

Project MESSAGE: Warning: unknown QT: widgets


If I just type make I get this:

g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I../../cpp-ethereum/alephzero -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I../../secp256k1/include -I../../cryptopp562 -I../../cpp-ethereum -I. -I. -I../../cpp-ethereum/alephzero -I. -o MainWin.o ../../cpp-ethereum/alephzero/MainWin.cpp
../../cpp-ethereum/alephzero/MainWin.cpp:2:21: fatal error: QtWidgets: No such file or directory
#include
^
compilation terminated.
make: *** [MainWin.o] Error 1


What am I doing wrong? Every other part of the install went smoothly. (I got the source from Git)

Comments

Sign In or Register to comment.