blob: af3b34861507acdd20d50e20f99f0776817609e3 (
plain)
1
2
3
4
5
6
|
TEMPLATE = app
TARGET = tst_qwebhistoryinterface
include(../../../../WebKit.pri)
SOURCES += tst_qwebhistoryinterface.cpp
QT += testlib network
QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
|