From 0dc374c9d84ecc06ea28e09ee248cf2ad29ceb04 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 4 Mar 2022 12:00:15 +0100 Subject: [PATCH] pro2cmake: Remove INSTALL_LOCATION from qt_add_qml_module calls This function does not handle installation. Change-Id: I02fdc244f49b5935aa1ac51bff8a25970ad3a335 Reviewed-by: Alexandru Croitor --- util/cmake/pro2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index 63dd35ccb50..95027c738a0 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(