summaryrefslogtreecommitdiff
path: root/Tools/PlatformQt.cmake
blob: 5b1783887586c245fa76c3c51b1a5572ea9131dc (plain)
1
2
3
4
5
6
7
8
9
10
add_subdirectory(QtTestBrowser)

if (ENABLE_API_TESTS)
    add_subdirectory(TestWebKitAPI)
endif ()

if (ENABLE_TEST_SUPPORT)
    add_subdirectory(DumpRenderTree)
    add_subdirectory(ImageDiff)
endif ()