aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/CMakeLists.txt
blob: 8ff3b7aa9bdb51eb75a993fae50239e7e3f5af08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from qml.pro.

add_subdirectory(referenceexamples)
add_subdirectory(tutorials)
add_subdirectory(shell)
if(TARGET Qt::Quick)
# special case begin
# Needs public QML api
#    add_subdirectory(qmlextensionplugins)
# special case end
    add_subdirectory(xmlhttprequest)
endif()
if(QT_FEATURE_qml_network AND TARGET Qt::Quick)
    add_subdirectory(networkaccessmanagerfactory)
endif()