Skip to content

Commit

Permalink
Merge branch 'qt5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Jul 1, 2015
2 parents b6db9b9 + 036f11f commit 32a1be4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/qt-5/5.4/setup-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ cp "@out@/bin/qmake" "$qtOut/bin"
cat >"$qtOut/bin/qt.conf" <<EOF
[Paths]
Prefix = $qtOut
Plugins = $qtOut/lib/qt5/plugins
Imports = $qtOut/lib/qt5/imports
Qml2Imports = $qtOut/lib/qt5/qml
Plugins = lib/qt5/plugins
Imports = lib/qt5/imports
Qml2Imports = lib/qt5/qml
EOF
export QMAKE="$qtOut/bin/qmake"

envHooks+=(addQtModule)
preConfigurePhases+=" setQMakePath"

0 comments on commit 32a1be4

Please sign in to comment.