summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.7/kdesdk/kprofilemethod.nix
blob: 5a6693f2f5d8d048e6990b1f9da7caeeaa5d7c0a (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kde, kdelibs }:

kde {
  buildInputs = [ kdelibs ];

  meta = {
    description = "A macro for profiling using QTime";
  };
}