2017-02-28 16:37:57 +01:00
|
|
|
{ qtSubmodule, qtbase, qtmultimedia }:
|
|
|
|
|
|
|
|
qtSubmodule {
|
|
|
|
name = "qtlocation";
|
|
|
|
qtInputs = [ qtbase qtmultimedia ];
|
2017-05-19 01:19:42 +02:00
|
|
|
outputs = [ "out" "dev" "bin" ];
|
|
|
|
postInstall = ''
|
|
|
|
moveToOutput "$qtPluginPrefix" "$bin"
|
|
|
|
moveToOutput "$qtQmlPrefix" "$bin"
|
|
|
|
'';
|
2017-02-28 16:37:57 +01:00
|
|
|
}
|