diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-06-29 12:00:38 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-06-29 12:00:38 (GMT) |
commit | b14a08fd363defbff255b31b8d5482959dc53b4d (patch) | |
tree | be462389f73acfeb1c94862a08465f34d0b1d8d9 /tests/auto/qwebhistory/qwebhistory.pro | |
parent | fea5e5efce43a2ff5e65a63329d7c49f4f8610f9 (diff) | |
download | Qt-b14a08fd363defbff255b31b8d5482959dc53b4d.zip Qt-b14a08fd363defbff255b31b8d5482959dc53b4d.tar.gz Qt-b14a08fd363defbff255b31b8d5482959dc53b4d.tar.bz2 |
Enable the new QWebHistory autotest, coming from src/3rdparty/webkit
Reviewed-by: Trust me
Diffstat (limited to 'tests/auto/qwebhistory/qwebhistory.pro')
-rw-r--r-- | tests/auto/qwebhistory/qwebhistory.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qwebhistory/qwebhistory.pro b/tests/auto/qwebhistory/qwebhistory.pro new file mode 100644 index 0000000..232f478 --- /dev/null +++ b/tests/auto/qwebhistory/qwebhistory.pro @@ -0,0 +1,14 @@ +load(qttest_p4) +contains(QT_CONFIG,webkit) { + DEFINES += QTEST_WEBKIT + QT += webkit network + isEmpty(QT_BUILD_TREE):QT_BUILD_TREE=$(QTDIR) + isEmpty(QT_SOURCE_TREE):QT_SOURCE_TREE=$$fromfile($$QT_BUILD_TREE/.qmake.cache, QT_SOURCE_TREE) + + TESTDIR = $$QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/tests/qwebhistory + VPATH += $$TESTDIR + include($$TESTDIR/qwebhistory.pro) +} else { + SOURCES += dummy.cpp +} + |