summaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
blob: 1e5c1f6bdfb788725f9e87e82e6f2df2f5501aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if(QT_FEATURE_qtwebengine_build
    OR (QT_BUILD_STANDALONE_TESTS AND TARGET Qt::WebEngineCore))
    add_subdirectory(core)
    add_subdirectory(httpserver)
    add_subdirectory(util)
endif()
if(QT_FEATURE_qtwebengine_quick_build
    OR (QT_BUILD_STANDALONE_TESTS AND TARGET Qt::WebEngineQuick))
    add_subdirectory(quick)
endif()
if(QT_FEATURE_qtwebengine_widgets_build
    OR (QT_BUILD_STANDALONE_TESTS AND TARGET Qt::WebEngineWidgets))
    add_subdirectory(widgets)
endif()
if(QT_FEATURE_qtpdf_build
    OR (QT_BUILD_STANDALONE_TESTS AND TARGET Qt::Pdf))
    add_subdirectory(pdf)
endif()