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

qt_internal_add_example(dynamicscene)
add_subdirectory(referenceexamples)
add_subdirectory(tutorials)
qt_internal_add_example(shell)
if(TARGET Qt::Quick)
    qt_internal_add_example(qmlextensionplugins)
    qt_internal_add_example(xmlhttprequest)
endif()
if(QT_FEATURE_qml_network AND TARGET Qt::Quick)
    qt_internal_add_example(networkaccessmanagerfactory)
endif()