summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/gradients
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/gradients')
-rw-r--r--examples/widgets/painting/gradients/.prev_CMakeLists.txt4
-rw-r--r--examples/widgets/painting/gradients/CMakeLists.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/widgets/painting/gradients/.prev_CMakeLists.txt b/examples/widgets/painting/gradients/.prev_CMakeLists.txt
index 5cb7e5b745..7e798d032e 100644
--- a/examples/widgets/painting/gradients/.prev_CMakeLists.txt
+++ b/examples/widgets/painting/gradients/.prev_CMakeLists.txt
@@ -26,6 +26,10 @@ qt_add_executable(gradients
gradients.cpp gradients.h
main.cpp
)
+set_target_properties(gradients PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_include_directories(gradients PUBLIC
../shared
)
diff --git a/examples/widgets/painting/gradients/CMakeLists.txt b/examples/widgets/painting/gradients/CMakeLists.txt
index 60da6b6e0f..0570ccfa37 100644
--- a/examples/widgets/painting/gradients/CMakeLists.txt
+++ b/examples/widgets/painting/gradients/CMakeLists.txt
@@ -29,6 +29,10 @@ qt_add_executable(gradients
gradients.cpp gradients.h
main.cpp
)
+set_target_properties(gradients PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_include_directories(gradients PUBLIC
../shared
)