diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2011-06-28 17:12:37 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-28 17:32:14 (GMT) |
commit | 02c0de622fd5f100811ce0ac5fdfd98376571db1 (patch) | |
tree | a8e27991390275964bc7a0de68f9d3d15f0a58ca /tests/auto/qwebelement | |
parent | b45158d6e8b7c1a17f4c4465f1b6d7c852c94665 (diff) | |
download | Qt-02c0de622fd5f100811ce0ac5fdfd98376571db1.zip Qt-02c0de622fd5f100811ce0ac5fdfd98376571db1.tar.gz Qt-02c0de622fd5f100811ce0ac5fdfd98376571db1.tar.bz2 |
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/qwebelement')
-rw-r--r-- | tests/auto/qwebelement/qwebelement.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwebelement/qwebelement.pro b/tests/auto/qwebelement/qwebelement.pro index ac809b8..b397978 100644 --- a/tests/auto/qwebelement/qwebelement.pro +++ b/tests/auto/qwebelement/qwebelement.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/qwebelement + TESTDIR = $$QT_SOURCE_TREE/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebelement VPATH += $$TESTDIR include($$TESTDIR/qwebelement.pro) } else { |