summaryrefslogtreecommitdiffstats
path: root/examples/designer/customwidgetplugin/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/customwidgetplugin/.prev_CMakeLists.txt')
-rw-r--r--examples/designer/customwidgetplugin/.prev_CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/customwidgetplugin/.prev_CMakeLists.txt b/examples/designer/customwidgetplugin/.prev_CMakeLists.txt
index c241f2422..4eec2c4b9 100644
--- a/examples/designer/customwidgetplugin/.prev_CMakeLists.txt
+++ b/examples/designer/customwidgetplugin/.prev_CMakeLists.txt
@@ -20,7 +20,7 @@ find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Widgets)
find_package(Qt6 COMPONENTS UiPlugin)
-add_qt_gui_executable(customwidgetplugin
+qt_add_executable(customwidgetplugin
analogclock.cpp analogclock.h
customwidgetplugin.cpp customwidgetplugin.h
)