summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/pro2cmake.py')
-rwxr-xr-xutil/cmake/pro2cmake.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 1c2e224b0e..0e6f916f94 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -3855,6 +3855,9 @@ def write_plugin(cm_fh, scope, *, indent: int = 0) -> str:
if "qmltypes" in scope.get("CONFIG"):
extra.append("GENERATE_QMLTYPES")
+ if "install_qmltypes" in scope.get("CONFIG"):
+ extra.append("INSTALL_QMLTYPES")
+
if "static" in scope.get("CONFIG"):
extra.append("STATIC")