summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/torrent/.prev_CMakeLists.txt')
-rw-r--r--examples/network/torrent/.prev_CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/network/torrent/.prev_CMakeLists.txt b/examples/network/torrent/.prev_CMakeLists.txt
index 9411bdc1d4..bc3bf6a465 100644
--- a/examples/network/torrent/.prev_CMakeLists.txt
+++ b/examples/network/torrent/.prev_CMakeLists.txt
@@ -35,6 +35,10 @@ qt_add_executable(torrent
torrentserver.cpp torrentserver.h
trackerclient.cpp trackerclient.h
)
+set_target_properties(torrent PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(torrent PUBLIC
Qt::Core
Qt::Gui