summaryrefslogtreecommitdiffstats
path: root/examples/designer/worldtimeclockplugin/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/worldtimeclockplugin/.prev_CMakeLists.txt')
-rw-r--r--examples/designer/worldtimeclockplugin/.prev_CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/designer/worldtimeclockplugin/.prev_CMakeLists.txt b/examples/designer/worldtimeclockplugin/.prev_CMakeLists.txt
index ba606e2f7..1886b1ce6 100644
--- a/examples/designer/worldtimeclockplugin/.prev_CMakeLists.txt
+++ b/examples/designer/worldtimeclockplugin/.prev_CMakeLists.txt
@@ -24,6 +24,10 @@ qt_add_executable(worldtimeclockplugin
worldtimeclock.cpp worldtimeclock.h
worldtimeclockplugin.cpp worldtimeclockplugin.h
)
+set_target_properties(worldtimeclockplugin PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(worldtimeclockplugin PUBLIC
Qt::Core
Qt::Gui