summaryrefslogtreecommitdiffstats
path: root/util
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 /util
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 'util')
-rwxr-xr-xutil/cmake/configurejson2cmake.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 0cd0f24e4d..27a72202d2 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -643,6 +643,7 @@ def parseFeature(ctx, feature, data, cm_fh):
'enable_gdb_index': None,
'enable_new_dtags': None,
'force_debug_info': None,
+ 'framework': { 'condition': 'APPLE AND BUILD_SHARED_LIBS', },
'gc_binaries': None,
'gcc-sysroot': None,
'gcov': None,