summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt')
-rw-r--r--examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt b/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt
index dab43f8076..f4f2443079 100644
--- a/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt
+++ b/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt
@@ -20,7 +20,7 @@ find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS DBus)
find_package(Qt6 COMPONENTS Widgets)
-add_qt_gui_executable(controller
+qt_add_executable(controller
controller.cpp controller.h controller.ui
main.cpp
)