summaryrefslogtreecommitdiffstats
path: root/examples/dbus/chat/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/chat/.prev_CMakeLists.txt')
-rw-r--r--examples/dbus/chat/.prev_CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/dbus/chat/.prev_CMakeLists.txt b/examples/dbus/chat/.prev_CMakeLists.txt
index 601c28429e..9396cce3ac 100644
--- a/examples/dbus/chat/.prev_CMakeLists.txt
+++ b/examples/dbus/chat/.prev_CMakeLists.txt
@@ -25,6 +25,10 @@ qt_add_executable(chat
chatmainwindow.ui
chatsetnickname.ui
)
+set_target_properties(chat PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(chat PUBLIC
Qt::Core
Qt::DBus