aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/texteditor/.prev_CMakeLists.txt')
-rw-r--r--examples/quickcontrols2/texteditor/.prev_CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt b/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
index aeda7622..a3075353 100644
--- a/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
+++ b/examples/quickcontrols2/texteditor/.prev_CMakeLists.txt
@@ -24,6 +24,10 @@ qt_add_executable(texteditor
documenthandler.cpp documenthandler.h
texteditor.cpp
)
+set_target_properties(texteditor PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(texteditor PUBLIC
Qt::Core
Qt::Gui