summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/corelib/serialization/cbordump/CMakeLists.txt5
-rw-r--r--examples/corelib/serialization/convert/CMakeLists.txt5
-rw-r--r--examples/corelib/serialization/savegame/CMakeLists.txt5
-rw-r--r--examples/corelib/threads/semaphores/CMakeLists.txt5
-rw-r--r--examples/corelib/threads/waitconditions/CMakeLists.txt5
-rw-r--r--examples/dbus/listnames/CMakeLists.txt11
-rw-r--r--examples/network/dnslookup/CMakeLists.txt5
-rw-r--r--examples/network/download/CMakeLists.txt5
-rw-r--r--examples/network/downloadmanager/CMakeLists.txt5
-rw-r--r--examples/qtconcurrent/map/CMakeLists.txt5
-rw-r--r--examples/qtconcurrent/runfunction/CMakeLists.txt5
-rw-r--r--examples/qtconcurrent/wordcount/CMakeLists.txt5
12 files changed, 0 insertions, 66 deletions
diff --git a/examples/corelib/serialization/cbordump/CMakeLists.txt b/examples/corelib/serialization/cbordump/CMakeLists.txt
index 046447995d..6c277b9c37 100644
--- a/examples/corelib/serialization/cbordump/CMakeLists.txt
+++ b/examples/corelib/serialization/cbordump/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(cbordump
main.cpp
)
-set_target_properties(cbordump PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(cbordump PUBLIC
Qt::Core
)
diff --git a/examples/corelib/serialization/convert/CMakeLists.txt b/examples/corelib/serialization/convert/CMakeLists.txt
index 55e016aedf..a9275f2e16 100644
--- a/examples/corelib/serialization/convert/CMakeLists.txt
+++ b/examples/corelib/serialization/convert/CMakeLists.txt
@@ -26,11 +26,6 @@ qt_add_executable(convert
xmlconverter.cpp xmlconverter.h
)
-set_target_properties(convert PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(convert PUBLIC
Qt::Core
)
diff --git a/examples/corelib/serialization/savegame/CMakeLists.txt b/examples/corelib/serialization/savegame/CMakeLists.txt
index 3ffc3c97d3..31b85c108c 100644
--- a/examples/corelib/serialization/savegame/CMakeLists.txt
+++ b/examples/corelib/serialization/savegame/CMakeLists.txt
@@ -22,11 +22,6 @@ qt_add_executable(savegame
main.cpp
)
-set_target_properties(savegame PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(savegame PUBLIC
Qt::Core
)
diff --git a/examples/corelib/threads/semaphores/CMakeLists.txt b/examples/corelib/threads/semaphores/CMakeLists.txt
index f5206dabc9..d424759d7e 100644
--- a/examples/corelib/threads/semaphores/CMakeLists.txt
+++ b/examples/corelib/threads/semaphores/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(semaphores
semaphores.cpp
)
-set_target_properties(semaphores PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(semaphores PUBLIC
Qt::Core
)
diff --git a/examples/corelib/threads/waitconditions/CMakeLists.txt b/examples/corelib/threads/waitconditions/CMakeLists.txt
index 8b9a24d584..1977cf7c41 100644
--- a/examples/corelib/threads/waitconditions/CMakeLists.txt
+++ b/examples/corelib/threads/waitconditions/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(waitconditions
waitconditions.cpp
)
-set_target_properties(waitconditions PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(waitconditions PUBLIC
Qt::Core
)
diff --git a/examples/dbus/listnames/CMakeLists.txt b/examples/dbus/listnames/CMakeLists.txt
index fd18051484..784a2c5dd4 100644
--- a/examples/dbus/listnames/CMakeLists.txt
+++ b/examples/dbus/listnames/CMakeLists.txt
@@ -19,22 +19,11 @@ qt_add_executable(listnames
listnames.cpp
)
-set_target_properties(listnames PROPERTIES
- WIN32_EXECUTABLE TRUE
- MACOSX_BUNDLE TRUE
-)
-
target_link_libraries(listnames PUBLIC
Qt::Core
Qt::DBus
)
-if(WIN32)
- set_target_properties(listnames PROPERTIES
- WIN32_EXECUTABLE FALSE
- )
-endif()
-
install(TARGETS listnames
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"
diff --git a/examples/network/dnslookup/CMakeLists.txt b/examples/network/dnslookup/CMakeLists.txt
index 303d042aa5..dbdf1e6b4c 100644
--- a/examples/network/dnslookup/CMakeLists.txt
+++ b/examples/network/dnslookup/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(dnslookup
dnslookup.cpp dnslookup.h
)
-set_target_properties(dnslookup PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(dnslookup PUBLIC
Qt::Core
Qt::Network
diff --git a/examples/network/download/CMakeLists.txt b/examples/network/download/CMakeLists.txt
index 62db5c910f..0c1f234c2a 100644
--- a/examples/network/download/CMakeLists.txt
+++ b/examples/network/download/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(download
main.cpp
)
-set_target_properties(download PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(download PUBLIC
Qt::Core
Qt::Network
diff --git a/examples/network/downloadmanager/CMakeLists.txt b/examples/network/downloadmanager/CMakeLists.txt
index d268749e57..1cb564dc42 100644
--- a/examples/network/downloadmanager/CMakeLists.txt
+++ b/examples/network/downloadmanager/CMakeLists.txt
@@ -21,11 +21,6 @@ qt_add_executable(downloadmanager
textprogressbar.cpp textprogressbar.h
)
-set_target_properties(downloadmanager PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(downloadmanager PUBLIC
Qt::Core
Qt::Network
diff --git a/examples/qtconcurrent/map/CMakeLists.txt b/examples/qtconcurrent/map/CMakeLists.txt
index e767a3067c..ca49eb0fd9 100644
--- a/examples/qtconcurrent/map/CMakeLists.txt
+++ b/examples/qtconcurrent/map/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(mapdemo
main.cpp
)
-set_target_properties(mapdemo PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(mapdemo PUBLIC
Qt::Concurrent
Qt::Core
diff --git a/examples/qtconcurrent/runfunction/CMakeLists.txt b/examples/qtconcurrent/runfunction/CMakeLists.txt
index a6e3684f39..0f80b41b4d 100644
--- a/examples/qtconcurrent/runfunction/CMakeLists.txt
+++ b/examples/qtconcurrent/runfunction/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(runfunction
main.cpp
)
-set_target_properties(runfunction PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(runfunction PUBLIC
Qt::Concurrent
Qt::Core
diff --git a/examples/qtconcurrent/wordcount/CMakeLists.txt b/examples/qtconcurrent/wordcount/CMakeLists.txt
index 9a4f4344c6..4fdacf5348 100644
--- a/examples/qtconcurrent/wordcount/CMakeLists.txt
+++ b/examples/qtconcurrent/wordcount/CMakeLists.txt
@@ -19,11 +19,6 @@ qt_add_executable(wordcount
main.cpp
)
-set_target_properties(wordcount PROPERTIES
- WIN32_EXECUTABLE FALSE
- MACOSX_BUNDLE FALSE
-)
-
target_link_libraries(wordcount PUBLIC
Qt::Concurrent
Qt::Core