summaryrefslogtreecommitdiffstats
path: root/examples/assistant
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant')
-rw-r--r--examples/assistant/remotecontrol/CMakeLists.txt2
-rw-r--r--examples/assistant/simpletextviewer/.prev_CMakeLists.txt2
-rw-r--r--examples/assistant/simpletextviewer/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/assistant/remotecontrol/CMakeLists.txt b/examples/assistant/remotecontrol/CMakeLists.txt
index 3e4627975..2859ea839 100644
--- a/examples/assistant/remotecontrol/CMakeLists.txt
+++ b/examples/assistant/remotecontrol/CMakeLists.txt
@@ -19,7 +19,7 @@ find_package(Qt6 COMPONENTS Core)
find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Widgets)
-add_qt_gui_executable(remotecontrol
+qt_add_executable(remotecontrol
main.cpp
remotecontrol.cpp remotecontrol.h remotecontrol.ui
)
diff --git a/examples/assistant/simpletextviewer/.prev_CMakeLists.txt b/examples/assistant/simpletextviewer/.prev_CMakeLists.txt
index 21006b745..f872c7450 100644
--- a/examples/assistant/simpletextviewer/.prev_CMakeLists.txt
+++ b/examples/assistant/simpletextviewer/.prev_CMakeLists.txt
@@ -19,7 +19,7 @@ find_package(Qt6 COMPONENTS Core)
find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Widgets)
-add_qt_gui_executable(simpletextviewer
+qt_add_executable(simpletextviewer
assistant.cpp assistant.h
findfiledialog.cpp findfiledialog.h
main.cpp
diff --git a/examples/assistant/simpletextviewer/CMakeLists.txt b/examples/assistant/simpletextviewer/CMakeLists.txt
index 481d12a98..2c2b88569 100644
--- a/examples/assistant/simpletextviewer/CMakeLists.txt
+++ b/examples/assistant/simpletextviewer/CMakeLists.txt
@@ -19,7 +19,7 @@ find_package(Qt6 COMPONENTS Core)
find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Widgets)
-add_qt_gui_executable(simpletextviewer
+qt_add_executable(simpletextviewer
assistant.cpp assistant.h
findfiledialog.cpp findfiledialog.h
main.cpp