summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/CMakeLists.txt
blob: 508093e7ad608fc06102bb0d389442bcdfa2fdac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
add_subdirectory(qcolordialog)
add_subdirectory(qdialog)
add_subdirectory(qerrormessage)
if (NOT WINRT)
    add_subdirectory(qfiledialog)
    add_subdirectory(qfiledialog2)
    add_subdirectory(qmessagebox)
endif()
if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR NOT WIN32)
    add_subdirectory(qfilesystemmodel)
endif()
add_subdirectory(qfontdialog)
add_subdirectory(qinputdialog)
add_subdirectory(qprogressdialog)
if (QT_FEATURE_private_tests)
    add_subdirectory(qsidebar)
endif()
add_subdirectory(qwizard)