Fix scanned resources in static builds
Fixes: QTBUG-81621 Change-Id: Ica23e99054c7b2498bdb1e256c256c8b430938b4 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
a8b373d678
commit
ba3b53cb50
@ -293,7 +293,7 @@ contains(all_qt_module_deps, qml): \
|
|||||||
|
|
||||||
!isEmpty(SCANNERRESOURCES) {
|
!isEmpty(SCANNERRESOURCES) {
|
||||||
IMPORTPATHS += -qrcFiles
|
IMPORTPATHS += -qrcFiles
|
||||||
for (RESOURCE, SCANNERRESOURCES)
|
for (RESOURCE, SCANNERRESOURCES): \
|
||||||
IMPORTPATHS += $$absolute_path($$system_quote($$RESOURCE), $$_PRO_FILE_PWD_)
|
IMPORTPATHS += $$absolute_path($$system_quote($$RESOURCE), $$_PRO_FILE_PWD_)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user