Created
January 1, 2013 17:00
-
-
Save azec-pdx/4428609 to your computer and use it in GitHub Desktop.
Error QT WebKit build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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