summaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
blob: 2227e6e4642bfd96bdf21756c42763f01089d700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_build_qtpdf AND QT_FEATURE_webengine_qtpdf_support)
#    add_subdirectory(pdf)
#endif()