summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2014-06-25 13:49:31 +0200
committerStephen Kelly <stephen.kelly@kdab.com>2014-06-25 22:31:12 +0200
commitfbc21ad9ad6dc659f2150a89c4d903c612319781 (patch)
treec8312fa9b39824d1e6aa14694493febcc53e1781
parent789593fb8751a49ed84c64f3cabce4de2fba0793 (diff)
downloadqtwebkit-fbc21ad9ad6dc659f2150a89c4d903c612319781.tar.gz
Specify location of CMake tests
The create_cmake.prf file now checks for the existence of tests, so ensure that they are searched for in the correct path. Change-Id: Ibac09b01e1d2546b5ee553990e6257fd92d453bf Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--Source/api.pri2
-rw-r--r--Source/widgetsapi.pri2
2 files changed, 4 insertions, 0 deletions
diff --git a/Source/api.pri b/Source/api.pri
index fb6ad9136..e0a09e829 100644
--- a/Source/api.pri
+++ b/Source/api.pri
@@ -70,6 +70,8 @@ win* {
BASE_TARGET = $$TARGET
+CMAKE_MODULE_TESTS = $$ROOT_WEBKIT_DIR/Source/WebKit/qt/tests/cmake
+
load(qt_module)
# Make sure the install_name of the QtWebKit library point to webkit
diff --git a/Source/widgetsapi.pri b/Source/widgetsapi.pri
index 1730a4ec2..4d7f32eb2 100644
--- a/Source/widgetsapi.pri
+++ b/Source/widgetsapi.pri
@@ -76,6 +76,8 @@ load(webkit_modules)
BASE_TARGET = $$TARGET
+CMAKE_MODULE_TESTS = $$ROOT_WEBKIT_DIR/Source/WebKit/qt/tests/cmake
+
load(qt_module)
# Make sure the install_name of the QtWebKit library point to webkit