summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gallery
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/gallery')
-rw-r--r--examples/widgets/gallery/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/widgets/gallery/CMakeLists.txt b/examples/widgets/gallery/CMakeLists.txt
index 156e61a18b..f3afe22109 100644
--- a/examples/widgets/gallery/CMakeLists.txt
+++ b/examples/widgets/gallery/CMakeLists.txt
@@ -23,6 +23,10 @@ qt_add_executable(gallery
main.cpp
widgetgallery.cpp widgetgallery.h
)
+set_target_properties(gallery PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(gallery PUBLIC
Qt::Core
Qt::Gui