From 4545eadd3e28be4b04537cc71a8697da4421d918 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 17 Apr 2020 17:12:40 +0200 Subject: 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 Reviewed-by: Alexandru Croitor --- util/cmake/configurejson2cmake.py | 1 - 1 file changed, 1 deletion(-) (limited to 'util/cmake') 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": { -- cgit v1.2.3