Merge pull request #89846 from lelongg/qtserialbus

qt5.qtserialbus: init at 5.12
This commit is contained in:
Thomas Tuegel
2020-07-19 14:46:02 -05:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
{ qtModule, qtbase, qtserialport }:
qtModule {
name = "qtserialbus";
qtInputs = [ qtbase qtserialport ];
}