aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/.prev_CMakeLists.txt')
-rw-r--r--examples/.prev_CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/.prev_CMakeLists.txt b/examples/.prev_CMakeLists.txt
index 2209576c8c..c2ccea65c1 100644
--- a/examples/.prev_CMakeLists.txt
+++ b/examples/.prev_CMakeLists.txt
@@ -1,5 +1,7 @@
# Generated from examples.pro.
+qt_examples_build_begin()
+
add_subdirectory(qml)
if(TARGET Qt::QuickTest)
add_subdirectory(qmltest)
@@ -7,3 +9,5 @@ endif()
if(TARGET Qt::Quick)
add_subdirectory(quick)
endif()
+
+qt_examples_build_end()