diff options
| author | Joerg Bornemann <[email protected]> | 2022-03-04 12:00:15 +0100 |
|---|---|---|
| committer | Joerg Bornemann <[email protected]> | 2022-03-08 03:45:30 +0100 |
| commit | 0dc374c9d84ecc06ea28e09ee248cf2ad29ceb04 (patch) | |
| tree | f210ae5d6d2c9e20acf087bdcf3a22037f7d1ec9 /util/cmake/pro2cmake.py | |
| parent | 3954b7385ef401a1ee9be76376e421bf1b54c298 (diff) | |
pro2cmake: Remove INSTALL_LOCATION from qt_add_qml_module calls
This function does not handle installation.
Change-Id: I02fdc244f49b5935aa1ac51bff8a25970ad3a335
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'util/cmake/pro2cmake.py')
| -rwxr-xr-x | util/cmake/pro2cmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
