summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/affine
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/affine')
-rw-r--r--examples/widgets/painting/affine/.prev_CMakeLists.txt4
-rw-r--r--examples/widgets/painting/affine/CMakeLists.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/widgets/painting/affine/.prev_CMakeLists.txt b/examples/widgets/painting/affine/.prev_CMakeLists.txt
index 6f9cd7c61a..d367ef75bd 100644
--- a/examples/widgets/painting/affine/.prev_CMakeLists.txt
+++ b/examples/widgets/painting/affine/.prev_CMakeLists.txt
@@ -26,6 +26,10 @@ qt_add_executable(affine
main.cpp
xform.cpp xform.h
)
+set_target_properties(affine PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_include_directories(affine PUBLIC
../shared
)
diff --git a/examples/widgets/painting/affine/CMakeLists.txt b/examples/widgets/painting/affine/CMakeLists.txt
index 73115feb9b..c1ee72d15b 100644
--- a/examples/widgets/painting/affine/CMakeLists.txt
+++ b/examples/widgets/painting/affine/CMakeLists.txt
@@ -29,6 +29,10 @@ qt_add_executable(affine
main.cpp
xform.cpp xform.h
)
+set_target_properties(affine PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_include_directories(affine PUBLIC
../shared
)