summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-03-04 12:00:15 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-03-08 03:45:30 +0100
commit0dc374c9d84ecc06ea28e09ee248cf2ad29ceb04 (patch)
treef210ae5d6d2c9e20acf087bdcf3a22037f7d1ec9 /util
parent3954b7385ef401a1ee9be76376e421bf1b54c298 (diff)
pro2cmake: Remove INSTALL_LOCATION from qt_add_qml_module calls
This function does not handle installation. Change-Id: I02fdc244f49b5935aa1ac51bff8a25970ad3a335 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 63dd35ccb5..95027c738a 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -4319,7 +4319,7 @@ def write_qml_module(
content += " "
content += arg
content += "\n"
- content += " INSTALL_LOCATION ${INSTALL_EXAMPLEDIR}\n)\n"
+ content += ")\n"
if resource:
content += write_resource_source_file_properties(