summaryrefslogtreecommitdiff
path: root/Tools/PlatformQt.cmake
blob: 9c5548aa3e23e748aec5d859db834faef8c2295e (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_API_TESTS AND NOT ENABLE_WEBKIT2)
    add_subdirectory(TestWebKitAPI)
endif ()

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)