Skip to content

Instantly share code, notes, and snippets.

@azec-pdx
Created January 1, 2013 17:00
Show Gist options
  • Save azec-pdx/4428609 to your computer and use it in GitHub Desktop.
Save azec-pdx/4428609 to your computer and use it in GitHub Desktop.
Error QT WebKit build
amer@localhost:~/dev/projects/cpp/test-etfdraw/trunk/plugins/EMPlugin> make
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DEMPLUGIN_LIBRARY -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include -I../../ETFDraw/include -I. -o EMPlugin.o EMPlugin.cpp
In file included from EMPlugin.cpp:2:0:
RichText.h:11:20: fatal error: QtWebKit: No such file or directory
compilation terminated.
make: *** [EMPlugin.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment