lol

qtcreator: fix path to qtquickcontrols

This enables build of QML designer plugin.

authored by

Nikolay Amiantov and committed by
Bjørn Forsman
9c882732 44901407

+5
+5
pkgs/development/qtcreator/default.nix
··· 31 31 32 32 installFlags = [ "INSTALL_ROOT=$(out)" ] ++ optional withDocumentation "install_docs"; 33 33 34 + preConfigure = '' 35 + substituteInPlace src/plugins/plugins.pro \ 36 + --replace '$$[QT_INSTALL_QML]/QtQuick/Controls' '${qtquickcontrols}/${qtbase.qtQmlPrefix}/QtQuick/Controls' 37 + ''; 38 + 34 39 preBuild = optional withDocumentation '' 35 40 ln -s ${getLib qtbase}/$qtDocPrefix $NIX_QT5_TMP/share 36 41 '';