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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt b/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt
index f4f2443079..f1916c93f2 100644
--- a/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt
+++ b/examples/dbus/remotecontrolledcar/controller/.prev_CMakeLists.txt
@@ -24,6 +24,10 @@ qt_add_executable(controller
controller.cpp controller.h controller.ui
main.cpp
)
+set_target_properties(controller PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(controller PUBLIC
Qt::Core
Qt::DBus