Skip to content

make on Lubuntu #17

@ghost

Description

I'm trying to get make to run on Lubuntu 64bit, but I keep getting errors. Anyone have any ideas?

 {master} ~/Downloads/MagRead$ make
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DAPP_VERSION=0.1.5 -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -o main.o main.cpp
main.cpp:20:30: fatal error: QtGui/QApplication: No such file or directory
 #include <QtGui/QApplication>
                              ^
compilation terminated.
Makefile:406: recipe for target 'main.o' failed
make: *** [main.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions