mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
Merge branch 'qt5'
This commit is contained in:
commit
32a1be47a2
@ -44,10 +44,11 @@ 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
|
||||||
|
export QMAKE="$qtOut/bin/qmake"
|
||||||
|
|
||||||
envHooks+=(addQtModule)
|
envHooks+=(addQtModule)
|
||||||
preConfigurePhases+=" setQMakePath"
|
preConfigurePhases+=" setQMakePath"
|
||||||
|
Loading…
Reference in New Issue
Block a user