summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/controls
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/controls')
-rw-r--r--examples/qt3d/controls/.prev_CMakeLists.txt2
-rw-r--r--examples/qt3d/controls/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/controls/.prev_CMakeLists.txt b/examples/qt3d/controls/.prev_CMakeLists.txt
index 0f40a4fbc..fa7051776 100644
--- a/examples/qt3d/controls/.prev_CMakeLists.txt
+++ b/examples/qt3d/controls/.prev_CMakeLists.txt
@@ -20,7 +20,7 @@ find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Qml)
find_package(Qt6 COMPONENTS Quick)
-add_qt_gui_executable(controls
+qt_add_executable(controls
main.cpp
)
target_link_libraries(controls PUBLIC
diff --git a/examples/qt3d/controls/CMakeLists.txt b/examples/qt3d/controls/CMakeLists.txt
index 61c7b0e8f..d4c67a986 100644
--- a/examples/qt3d/controls/CMakeLists.txt
+++ b/examples/qt3d/controls/CMakeLists.txt
@@ -20,7 +20,7 @@ find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Qml)
find_package(Qt6 COMPONENTS Quick)
-add_qt_gui_executable(controls
+qt_add_executable(controls
main.cpp
)
target_link_libraries(controls PUBLIC