qt5: set paths correctly
This commit is contained in:
parent
ba05044d20
commit
9333155666
@ -44,9 +44,9 @@ cp "@out@/bin/qmake" "$qtOut/bin"
|
|||||||
cat >"$qtOut/bin/qt.conf" <<EOF
|
cat >"$qtOut/bin/qt.conf" <<EOF
|
||||||
[Paths]
|
[Paths]
|
||||||
Prefix = $qtOut
|
Prefix = $qtOut
|
||||||
Plugins = $qtOut/lib/qt5/plugins
|
Plugins = lib/qt5/plugins
|
||||||
Imports = $qtOut/lib/qt5/imports
|
Imports = lib/qt5/imports
|
||||||
Qml2Imports = $qtOut/lib/qt5/qml
|
Qml2Imports = lib/qt5/qml
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
envHooks+=(addQtModule)
|
envHooks+=(addQtModule)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user