summaryrefslogtreecommitdiffstats
path: root/examples/embedded
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded')
-rw-r--r--examples/embedded/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/embedded/CMakeLists.txt b/examples/embedded/CMakeLists.txt
index 84292edccc9..5f4bcc56283 100644
--- a/examples/embedded/CMakeLists.txt
+++ b/examples/embedded/CMakeLists.txt
@@ -3,9 +3,9 @@
if(NOT TARGET Qt::Gui OR (NOT embedded AND NOT x11))
return()
endif()
-add_subdirectory(styleexample)
-add_subdirectory(raycasting)
-add_subdirectory(flickable)
-add_subdirectory(digiflip)
-add_subdirectory(lightmaps)
-add_subdirectory(flightinfo)
+qt_internal_add_example(styleexample)
+qt_internal_add_example(raycasting)
+qt_internal_add_example(flickable)
+qt_internal_add_example(digiflip)
+qt_internal_add_example(lightmaps)
+qt_internal_add_example(flightinfo)