qt5.qt3d: init module

(cherry picked from commit a7432ad3115c153a901cd49da24e7b766cce1e21)
This commit is contained in:
adisbladis
2021-09-02 19:11:00 +00:00
committed by github-actions[bot]
parent 6bfe71f2a4
commit ed77a24bb5
4 changed files with 13 additions and 3 deletions
@@ -0,0 +1,7 @@
{ qtModule, qtbase, qtdeclarative }:
qtModule {
pname = "qt3d";
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
}