summaryrefslogtreecommitdiffstats
path: root/Tools/PlatformQt.cmake
blob: 41db83119446197497c07a8d14d59619ff172910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
remove_definitions(-DQT_ASCII_CAST_WARNINGS)

add_subdirectory(QtTestBrowser)

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

if (ENABLE_WEBKIT2)
    add_subdirectory(MiniBrowser/qt)
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 ()