qt5.qtnetworkauth: init

This commit is contained in:
nyanloutre
2019-05-20 20:17:59 -04:00
committed by worldofpeace
parent ca74410fed
commit 895e78c9bc
4 changed files with 10 additions and 0 deletions
@@ -0,0 +1,7 @@
{ qtModule, qtbase }:
qtModule {
name = "qtnetworkauth";
qtInputs = [ qtbase ];
outputs = [ "out" "dev" "bin" ];
}