[Qt-interest] why i need manually add QtWebKit/QWebFrame after running qmake
Meir Yanovich
meiry242 at gmail.com
Sun May 2 22:37:59 CEST 2010
Hi
i have 2 questions about qmake :
1. i have simple QmainWindow that contains QWebKit
each time im running qmake i need to add manually to the list of headers the
#include <QtWebKit/QWebFrame>
i need it because im using
:ui.webView->page()->mainFrame()->evaluateJavaScript(code);
2.also i know how to add external libs in my *pro file using the LIBS
variable
but how i set the path to the lib's ?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100502/3cf73a87/attachment.html
More information about the Qt-interest-old
mailing list