Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. hello$ make
  2. g++ -c -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/tqt3/mkspecs/default -I. -I. -I/usr/include/tqt3 -o hello.o hello.cpp
  3. hello.cpp:1:26: fatal error: qapplication.h: No such file or directory
  4. #include <qapplication.h>
  5. ^
  6. compilation terminated.
  7. Makefile:67: recipe for target 'hello.o' failed
  8. make: *** [hello.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement