mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
qt53: sync plugin/import/qml dirs with qt54
It seems like a sensible thing to keep these in sync.
This commit is contained in:
parent
50dc28d7a0
commit
c2a8e5e609
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ stdenv.mkDerivation rec {
|
|||
preConfigure = ''
|
||||
export LD_LIBRARY_PATH="$PWD/qtbase/lib:$PWD/qtbase/plugins/platforms:$PWD/qttools/lib:$LD_LIBRARY_PATH"
|
||||
export MAKEFLAGS=-j$NIX_BUILD_CORES
|
||||
export configureFlags+="-plugindir $out/lib/qt5/plugins -importdir $out/lib/qt5/imports -qmldir $out/lib/qt5/qml"
|
||||
'';
|
||||
|
||||
prefixKey = "-prefix ";
|
||||
|
|
Loading…
Reference in a new issue