2019-05-24 13:35:20 +00:00
|
|
|
# Generated from qml.pro.
|
|
|
|
|
2021-08-12 15:07:36 +00:00
|
|
|
add_subdirectory(dynamicscene)
|
2019-05-24 13:35:20 +00:00
|
|
|
add_subdirectory(referenceexamples)
|
2019-08-22 09:45:45 +00:00
|
|
|
add_subdirectory(tutorials)
|
2021-02-15 05:34:46 +00:00
|
|
|
qt_internal_add_example(shell)
|
2019-08-22 09:45:45 +00:00
|
|
|
if(TARGET Qt::Quick)
|
2021-02-15 05:34:46 +00:00
|
|
|
qt_internal_add_example(qmlextensionplugins)
|
|
|
|
qt_internal_add_example(xmlhttprequest)
|
2019-08-22 09:45:45 +00:00
|
|
|
endif()
|
|
|
|
if(QT_FEATURE_qml_network AND TARGET Qt::Quick)
|
2021-02-15 05:34:46 +00:00
|
|
|
qt_internal_add_example(networkaccessmanagerfactory)
|
2019-08-22 09:45:45 +00:00
|
|
|
endif()
|