aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/gallery/.prev_CMakeLists.txt')
-rw-r--r--examples/quickcontrols2/gallery/.prev_CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quickcontrols2/gallery/.prev_CMakeLists.txt b/examples/quickcontrols2/gallery/.prev_CMakeLists.txt
index 88f5936f44..9cf56d6ac0 100644
--- a/examples/quickcontrols2/gallery/.prev_CMakeLists.txt
+++ b/examples/quickcontrols2/gallery/.prev_CMakeLists.txt
@@ -23,6 +23,10 @@ find_package(Qt6 COMPONENTS QuickControls2)
qt_add_executable(gallery
gallery.cpp
)
+set_target_properties(gallery PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(gallery PUBLIC
Qt::Core
Qt::Gui