aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/tutorials/CMakeLists.txt')
-rw-r--r--examples/qml/tutorials/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/qml/tutorials/CMakeLists.txt b/examples/qml/tutorials/CMakeLists.txt
new file mode 100644
index 0000000000..0aa8ff83e8
--- /dev/null
+++ b/examples/qml/tutorials/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Generated from tutorials.pro.
+
+if(TARGET Qt::Quick)
+ add_subdirectory(extending-qml)
+endif()