From 7059487ccba77d6d05bc985d5cd9b49c90d8042c Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Thu, 17 Dec 2020 19:19:18 +0100 Subject: Update CMake scripts in QtConnectivity Recreated all CMake files in QtConnectivity using run_pro2cmake.py . --only-existing -- --api-version 3 Furthermore, port bttestui to CMake. Change-Id: Idb55f1b4c1cff30d7824a42e3ee6923c39e698df Reviewed-by: Joerg Bornemann --- examples/bluetooth/btchat/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/bluetooth/btchat/CMakeLists.txt') diff --git a/examples/bluetooth/btchat/CMakeLists.txt b/examples/bluetooth/btchat/CMakeLists.txt index 3848824f..44b978b7 100644 --- a/examples/bluetooth/btchat/CMakeLists.txt +++ b/examples/bluetooth/btchat/CMakeLists.txt @@ -26,6 +26,10 @@ qt_add_executable(btchat main.cpp remoteselector.cpp remoteselector.h remoteselector.ui ) +set_target_properties(btchat PROPERTIES + WIN32_EXECUTABLE TRUE + MACOSX_BUNDLE TRUE +) target_link_libraries(btchat PUBLIC Qt::Bluetooth Qt::Core -- cgit v1.2.3