summaryrefslogtreecommitdiffstats
path: root/Tools/PlatformQt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/PlatformQt.cmake')
-rw-r--r--Tools/PlatformQt.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/PlatformQt.cmake b/Tools/PlatformQt.cmake
new file mode 100644
index 000000000..4894e4b69
--- /dev/null
+++ b/Tools/PlatformQt.cmake
@@ -0,0 +1,6 @@
+add_subdirectory(DumpRenderTree)
+add_subdirectory(ImageDiff)
+if (ENABLE_TEST_SUPPORT)
+ add_subdirectory(TestWebKitAPI)
+ add_subdirectory(QtTestBrowser)
+endif ()