summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2021-02-12 10:57:18 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-16 05:52:12 +0000
commitc4c642118c1d2cbbaf1c966c8e0e1099a8b5c308 (patch)
tree54661161db66f039eb276ff900c1e039f491d3ba
parentf014e544c84ec307316a71f27d6b9f3a4bbf95f4 (diff)
Revert "Skip module build on platform other than Windows"
Documentation is build on Ubuntu in Coin so we cannot completely skip the module on other platforms. This reverts commit 1099b093dc9588d67f04d250292832fdb6487eda. Change-Id: Ibe34ac8592c3b5f8eb275386221310eee7a9fcd5 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit bae33e395a6fd4e1bad6efd6ebd19b416261cc67) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 09540a4..8226e14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,11 +10,6 @@ project(QtActiveQt # special case
LANGUAGES CXX C
)
-if (NOT WIN32)
- message(NOTICE "Skipping the build as the condition \"WIN32\" is not met.")
- return()
-endif()
-
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) # special case
find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Qml Quick Gui Widgets PrintSupport) # special case