summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-04-01 22:26:19 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-04-06 21:42:53 +0200
commit067ae2df455bf1f307a4f7289228e85cd293053c (patch)
tree97a9606aaf85dd408eb047cf35b09c10a12b5ccf /util/cmake
parent2ea4320bf75ae688e61dd5715fa0fbe46b70017c (diff)
CMake: Port the 'static' feature
Now that we have the 'shared' feature implemented we can easily port the 'static' feature. Change-Id: Ia9b54b68d532d73c3d62d12a86c9e8b83e7909c8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake')
-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 7e94f8335e..b98aece55b 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -897,7 +897,6 @@ def get_feature_mapping():
},
"silent": None,
"sql-sqlite": {"condition": "QT_FEATURE_datestring"},
- "static": None,
"static_runtime": None,
"stl": None, # Do we really need to test for this in 2018?!
"strip": None,