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>
This commit is contained in:
parent
3954b7385e
commit
0dc374c9d8
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user