summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-11-06 11:23:45 +0100
committerTobias Hunger <tobias.hunger@qt.io>2018-11-06 15:23:52 +0000
commitdf2975236dcf522cf9f70097ac6fbfa467439664 (patch)
treea0c2f21c7086d8b8aaca1237cff9fc69ac273ba4 /configure.cmake
parent89368f5b26b32501d70265259c67aa0f6794273d (diff)
CMake: Replace QT_FEATURE_shared with BUILD_SHARED_LIBS
Change-Id: I7f3efde01a98cd6a25de661624afbf7eda2c57af Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index dc9fed82fe..2a8bbd336f 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -212,7 +212,7 @@ qt_feature("force_asserts" PUBLIC
)
qt_feature("framework" PUBLIC
LABEL "Build Apple Frameworks"
- CONDITION APPLE AND QT_FEATURE_shared
+ CONDITION APPLE AND BUILD_SHARED_LIBS
)
qt_feature_definition("framework" "QT_MAC_FRAMEWORK_BUILD")
qt_feature("largefile" PUBLIC