summaryrefslogtreecommitdiffstats
path: root/examples/gui/rasterwindow/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/rasterwindow/.prev_CMakeLists.txt')
-rw-r--r--examples/gui/rasterwindow/.prev_CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gui/rasterwindow/.prev_CMakeLists.txt b/examples/gui/rasterwindow/.prev_CMakeLists.txt
index 53269112f6..dddb5586db 100644
--- a/examples/gui/rasterwindow/.prev_CMakeLists.txt
+++ b/examples/gui/rasterwindow/.prev_CMakeLists.txt
@@ -22,6 +22,10 @@ qt_add_executable(rasterwindow
main.cpp
rasterwindow.cpp rasterwindow.h
)
+set_target_properties(rasterwindow PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_include_directories(rasterwindow PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)