Skip to content

Commit

Permalink
CMake: Disable doc_snippets feature for static builds
Browse files Browse the repository at this point in the history
Now that we have a separate feature, we can fix QTBUG-99063 by disabling
the doc_snippets feature globally.

Task-number: QTBUG-99063
Change-Id: I77ba875633ed89fdd8b8481ea0fddc7e91cbb9ca
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
  • Loading branch information
kkoehne committed Nov 21, 2024
1 parent 39bcd42 commit abe3eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ qt_feature("private_tests" PRIVATE
qt_feature("doc_snippets" PRIVATE
LABEL "Developer build: doc_snippets"
AUTODETECT QT_FEATURE_developer_build
CONDITION QT_FEATURE_shared
)
qt_feature_definition("developer-build" "QT_BUILD_INTERNAL")
qt_feature_config("developer-build" QMAKE_PUBLIC_QT_CONFIG
Expand Down

0 comments on commit abe3eed

Please sign in to comment.