Skip to content

Commit

Permalink
Move qmlimportscanner to libexec
Browse files Browse the repository at this point in the history
Task-number: QTBUG-88791
Change-Id: I71150af4965458225e7bbbd72ffc4f60c6854625
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
kkoehne committed May 11, 2021
1 parent aeef92c commit c113c88
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 @@ -287,7 +287,7 @@ contains(all_qt_module_deps, qml): \
QMLPATHS *= $$[QT_INSTALL_QML/get]

# run qmlimportscanner
qtPrepareTool(QMLIMPORTSCANNER, qmlimportscanner, , system)
qtPrepareLibExecTool(QMLIMPORTSCANNER, qmlimportscanner, , system)
for (QMLPATH, QMLPATHS): \
IMPORTPATHS += -importPath $$system_quote($$QMLPATH)

Expand Down

0 comments on commit c113c88

Please sign in to comment.