summaryrefslogtreecommitdiff
path: root/Tools/PlatformQt.cmake
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-11-22 08:08:05 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-02-02 12:31:16 +0000
commit1c8f056531c65706b85c44c2db657ea891be868d (patch)
tree29c2cd2bf06230e9e76945990ef9c0e70cfb483e /Tools/PlatformQt.cmake
parent8f2cfe80a5fb6632b4bbb9181db28f0505058128 (diff)
downloadqtwebkit-1c8f056531c65706b85c44c2db657ea891be868d.tar.gz
Imported WebKit commit a16099e901e36e6d298dd30c0694a2130052d70e
Change-Id: I484731400983d1d964bdcf4afc4007f41ca1bb8a Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools/PlatformQt.cmake')
-rw-r--r--Tools/PlatformQt.cmake12
1 files changed, 8 insertions, 4 deletions
diff --git a/Tools/PlatformQt.cmake b/Tools/PlatformQt.cmake
index 4894e4b69..5b1783887 100644
--- a/Tools/PlatformQt.cmake
+++ b/Tools/PlatformQt.cmake
@@ -1,6 +1,10 @@
-add_subdirectory(DumpRenderTree)
-add_subdirectory(ImageDiff)
-if (ENABLE_TEST_SUPPORT)
+add_subdirectory(QtTestBrowser)
+
+if (ENABLE_API_TESTS)
add_subdirectory(TestWebKitAPI)
- add_subdirectory(QtTestBrowser)
+endif ()
+
+if (ENABLE_TEST_SUPPORT)
+ add_subdirectory(DumpRenderTree)
+ add_subdirectory(ImageDiff)
endif ()