qt56.qttools: add qtdeclarative dependency

This commit is contained in:
Thomas Tuegel 2016-05-08 10:52:48 -05:00
parent 0903faa3fb
commit 62d07ae7d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ qtSubmodule, qtbase }: { qtSubmodule, qtbase, qtdeclarative }:
qtSubmodule { qtSubmodule {
name = "qttools"; name = "qttools";
qtInputs = [ qtbase ]; qtInputs = [ qtbase qtdeclarative ];
postFixup = '' postFixup = ''
moveToOutput "bin/qdbus" "$out" moveToOutput "bin/qdbus" "$out"
moveToOutput "bin/qtpaths" "$out" moveToOutput "bin/qtpaths" "$out"