7 lines
103 B
Nix
Raw Normal View History

2016-05-02 18:50:19 -05:00
{ qtSubmodule, qtdeclarative }:
qtSubmodule {
name = "qtenginio";
qtInputs = [ qtdeclarative ];
}