qt56.qttools: add qtdeclarative dependency
This commit is contained in:
parent
0903faa3fb
commit
62d07ae7d4
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue