summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.6/qtlocation.nix
blob: 1e134057c4b474b15bf561b82f6eb8ed8eaf1dc6 (plain) (blame)
1
2
3
4
5
6
{ qtSubmodule, qtbase, qtmultimedia }:

qtSubmodule {
  name = "qtlocation";
  qtInputs = [ qtbase qtmultimedia ];
}