You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same output, but filtering out hundreds of WARNING unknown directive '#' lines: http://pastebin.com/z8kK4gN4
I'm not experienced enough with Qt to figure out what is the real problem here. The impression I have is that the qtwebkit_slot.cpp file is missing a #include <QDebug> but isn't that an internal Qt file?
The text was updated successfully, but these errors were encountered:
I got a build error when I tried to build lqt on Ubuntu. The installed version of libqt4-dev is 4.8
This is the output from the build:
http://pastebin.com/RzCeUfFW
This is the same output, but filtering out hundreds of
WARNING unknown directive '#'
lines:http://pastebin.com/z8kK4gN4
I'm not experienced enough with Qt to figure out what is the real problem here. The impression I have is that the qtwebkit_slot.cpp file is missing a
#include <QDebug>
but isn't that an internal Qt file?The text was updated successfully, but these errors were encountered: