summaryrefslogtreecommitdiffstats
path: root/examples/xml/xmlstreamlint
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/xmlstreamlint')
-rw-r--r--examples/xml/xmlstreamlint/.prev_CMakeLists.txt4
-rw-r--r--examples/xml/xmlstreamlint/CMakeLists.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/xml/xmlstreamlint/.prev_CMakeLists.txt b/examples/xml/xmlstreamlint/.prev_CMakeLists.txt
index 215cc83f6e..23d62e7b1c 100644
--- a/examples/xml/xmlstreamlint/.prev_CMakeLists.txt
+++ b/examples/xml/xmlstreamlint/.prev_CMakeLists.txt
@@ -20,6 +20,10 @@ find_package(Qt6 COMPONENTS Core)
qt_add_executable(xmlstreamlint
main.cpp
)
+set_target_properties(xmlstreamlint PROPERTIES
+ WIN32_EXECUTABLE FALSE
+ MACOSX_BUNDLE FALSE
+)
target_link_libraries(xmlstreamlint PUBLIC
Qt::Core
)
diff --git a/examples/xml/xmlstreamlint/CMakeLists.txt b/examples/xml/xmlstreamlint/CMakeLists.txt
index 0642344892..8f3a02826b 100644
--- a/examples/xml/xmlstreamlint/CMakeLists.txt
+++ b/examples/xml/xmlstreamlint/CMakeLists.txt
@@ -20,6 +20,10 @@ find_package(Qt6 COMPONENTS Core Xml) # special case
qt_add_executable(xmlstreamlint
main.cpp
)
+set_target_properties(xmlstreamlint PROPERTIES
+ WIN32_EXECUTABLE FALSE
+ MACOSX_BUNDLE FALSE
+)
target_link_libraries(xmlstreamlint PUBLIC
Qt::Core
Qt::Xml # special case: add