Merge integration refs/builds/qtci/dev/1618486203
This commit is contained in:
commit
92d351089b
@ -4041,8 +4041,8 @@ def get_qml_import_version(scope: Scope, target: str) -> str:
|
|||||||
|
|
||||||
if import_version:
|
if import_version:
|
||||||
replacements = [
|
replacements = [
|
||||||
("$$QT_MINOR_VERSION", "${CMAKE_PROJECT_VERSION_MINOR}"),
|
("$$QT_MINOR_VERSION", "${PROJECT_VERSION_MINOR}"),
|
||||||
("$$QT_VERSION", "${CMAKE_PROJECT_VERSION}"),
|
("$$QT_VERSION", "${PROJECT_VERSION}"),
|
||||||
]
|
]
|
||||||
for needle, replacement in replacements:
|
for needle, replacement in replacements:
|
||||||
import_version = import_version.replace(needle, replacement)
|
import_version = import_version.replace(needle, replacement)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user