7 lines
159 B
Nix
7 lines
159 B
Nix
|
{ qtSubmodule, qtquickcontrols, qtlocation, qtwebchannel }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtwebengine";
|
||
|
qtInputs = [ qtquickcontrols qtlocation qtwebchannel ];
|
||
|
}
|