qt5.qtserialbus: init at 5.12

This commit is contained in:
Gérald Lelong
2020-06-08 23:25:04 +02:00
parent 2f79f25963
commit be7a8df1fa
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
{ qtModule, qtbase, qtserialport }:
qtModule {
name = "qtserialbus";
qtInputs = [ qtbase qtserialport ];
}