qt56.qttools: add qtdeclarative dependency
This commit is contained in:
parent
0903faa3fb
commit
62d07ae7d4
|
@ -1,8 +1,8 @@
|
|||
{ qtSubmodule, qtbase }:
|
||||
{ qtSubmodule, qtbase, qtdeclarative }:
|
||||
|
||||
qtSubmodule {
|
||||
name = "qttools";
|
||||
qtInputs = [ qtbase ];
|
||||
qtInputs = [ qtbase qtdeclarative ];
|
||||
postFixup = ''
|
||||
moveToOutput "bin/qdbus" "$out"
|
||||
moveToOutput "bin/qtpaths" "$out"
|
||||
|
|
Loading…
Reference in New Issue