aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/texteditor/.prev_CMakeLists.txt')
-rw-r--r--examples/quickcontrols2/texteditor/.prev_CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt b/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
index 743b62aa..aeda7622 100644
--- a/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
+++ b/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
@@ -20,7 +20,7 @@ find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Quick)
find_package(Qt6 COMPONENTS QuickControls2)
-add_qt_gui_executable(texteditor
+qt_add_executable(texteditor
documenthandler.cpp documenthandler.h
texteditor.cpp
)