about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.4/qtwebkit-examples.nix
blob: 64f85c42d1984dc6aaf6c94fa355ca4f897e0fa3 (plain) (blame)
1
2
3
4
5
6
{ qtSubmodule, qttools, qtwebkit }:

qtSubmodule {
  name = "qtwebkit-examples";
  qtInputs = [ qttools qtwebkit ];
}