summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-04-17 17:12:40 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-04-23 10:09:15 +0200
commit4545eadd3e28be4b04537cc71a8697da4421d918 (patch)
tree7784381372b51e27da11f25ee34ccfb34e297096 /util/cmake/configurejson2cmake.py
parent1c7950081f926475bbdaa18379c2f51f99fcb3bb (diff)
CMake: Port the 'static_runtime' feature
This feature is Windows-only and must be turned on manually. For MSVC it sets the MSVC_RUNTIME_LIBRARY target property. For MinGW it adds the -static linker flag. Change-Id: I9da3b88d545b34bc34a3a80301b2dd1b5986fa88 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
-rwxr-xr-xutil/cmake/configurejson2cmake.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 91ef573b3e..d85cd7e4f2 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -907,7 +907,6 @@ def get_feature_mapping():
},
"silent": None,
"sql-sqlite": {"condition": "QT_FEATURE_datestring"},
- "static_runtime": None,
"stl": None, # Do we really need to test for this in 2018?!
"strip": None,
"sun-libiconv": {