summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwebframe
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2011-06-28 14:12:37 -0300
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-06-28 19:32:14 +0200
commit02c0de622fd5f100811ce0ac5fdfd98376571db1 (patch)
treea8e27991390275964bc7a0de68f9d3d15f0a58ca /tests/auto/qwebframe
parentb45158d6e8b7c1a17f4c4465f1b6d7c852c94665 (diff)
Fix the auto-tests of QtWebKit.
The source tree of WebKit was reorganized. The pro files needs to be updated. Reviewed-by:Andreas Kling
Diffstat (limited to 'tests/auto/qwebframe')
-rw-r--r--tests/auto/qwebframe/qwebframe.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwebframe/qwebframe.pro b/tests/auto/qwebframe/qwebframe.pro
index 1d51f4cb40..f123103830 100644
--- a/tests/auto/qwebframe/qwebframe.pro
+++ b/tests/auto/qwebframe/qwebframe.pro
@@ -5,7 +5,7 @@ contains(QT_CONFIG,webkit) {
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/qwebframe
+ TESTDIR = $$QT_SOURCE_TREE/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebframe
VPATH += $$TESTDIR
include($$TESTDIR/qwebframe.pro)
} else {