summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwebframe/qwebframe.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qwebframe/qwebframe.pro')
-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 1d51f4c..f123103 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 {