Skip to content

Commit

Permalink
Fix scanned resources in static builds
Browse files Browse the repository at this point in the history
Fixes: QTBUG-81621
Change-Id: Ica23e99054c7b2498bdb1e256c256c8b430938b4
Reviewed-by: Oliver Wolff <[email protected]>
  • Loading branch information
torarnv committed May 11, 2020
1 parent a8b373d commit ba3b53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkspecs/features/qt.prf
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ contains(all_qt_module_deps, qml): \

!isEmpty(SCANNERRESOURCES) {
IMPORTPATHS += -qrcFiles
for (RESOURCE, SCANNERRESOURCES)
for (RESOURCE, SCANNERRESOURCES): \
IMPORTPATHS += $$absolute_path($$system_quote($$RESOURCE), $$_PRO_FILE_PWD_)
}

Expand Down

0 comments on commit ba3b53c

Please sign in to comment.