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