summaryrefslogtreecommitdiff
path: root/Tools/PlatformQt.cmake
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-10-26 22:16:56 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-10-26 19:57:12 +0000
commitaa80d42eb3696071da31827ff27b3963eda59ac0 (patch)
tree9b8460aa5aa4b06eb22ff6a8881d0a1fce9e2c0f /Tools/PlatformQt.cmake
parentf5345badaeefac7c03c8a26dea6b89706871c3fe (diff)
downloadqtwebkit-aa80d42eb3696071da31827ff27b3963eda59ac0.tar.gz
Import WebKit commit 3d58c4e1c3d584799c4aa9a14d14e266695ee335
Change-Id: I1069f65fada85860f5c3da6c37a5ab5a8daecd51 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools/PlatformQt.cmake')
-rw-r--r--Tools/PlatformQt.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/PlatformQt.cmake b/Tools/PlatformQt.cmake
index 9c5548aa3..41db83119 100644
--- a/Tools/PlatformQt.cmake
+++ b/Tools/PlatformQt.cmake
@@ -2,10 +2,6 @@ remove_definitions(-DQT_ASCII_CAST_WARNINGS)
add_subdirectory(QtTestBrowser)
-if (ENABLE_API_TESTS AND NOT ENABLE_WEBKIT2)
- add_subdirectory(TestWebKitAPI)
-endif ()
-
if (ENABLE_TEST_SUPPORT)
add_subdirectory(DumpRenderTree)
add_subdirectory(ImageDiff)
@@ -17,3 +13,7 @@ endif ()
# FIXME: Remove when WK2 Tools patches are merged
set(ENABLE_WEBKIT2 0)
+
+if (ENABLE_API_TESTS AND NOT ENABLE_WEBKIT2)
+ add_subdirectory(TestWebKitAPI)
+endif ()