blob: e45e6dc2031f83caddef5781117b2783682b0996 (
plain)
1
2
3
4
5
6
7
|
TEMPLATE = app
TARGET = tst_qwebframe
include(../../../../WebKit.pri)
SOURCES += tst_qwebframe.cpp
RESOURCES += qwebframe.qrc
QT += testlib network
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
|