diff options
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( |
