qtcreator: fix path to qtquickcontrols
This enables build of QML designer plugin.
This commit is contained in:
parent
44901407f0
commit
9c8827322a
@ -31,6 +31,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = [ "INSTALL_ROOT=$(out)" ] ++ optional withDocumentation "install_docs";
|
installFlags = [ "INSTALL_ROOT=$(out)" ] ++ optional withDocumentation "install_docs";
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
substituteInPlace src/plugins/plugins.pro \
|
||||||
|
--replace '$$[QT_INSTALL_QML]/QtQuick/Controls' '${qtquickcontrols}/${qtbase.qtQmlPrefix}/QtQuick/Controls'
|
||||||
|
'';
|
||||||
|
|
||||||
preBuild = optional withDocumentation ''
|
preBuild = optional withDocumentation ''
|
||||||
ln -s ${getLib qtbase}/$qtDocPrefix $NIX_QT5_TMP/share
|
ln -s ${getLib qtbase}/$qtDocPrefix $NIX_QT5_TMP/share
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user