qt5: Add qtvirtualkeyboard submodule

This commit is contained in:
adisbladis
2017-12-28 21:13:45 +08:00
parent 47a71e9426
commit 907face464
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,6 @@
{ qtModule, qtbase, qtdeclarative, qtsvg, hunspell }:
qtModule {
name = "qtvirtualkeyboard";
qtInputs = [ qtbase qtdeclarative qtsvg hunspell ];
}