about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/sdk/kprofilemethod.nix
blob: 008ea14879315b6aa8a5957a25a63a8f3841bf66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ kde, cmake, kdelibs, automoc4 }:

kde.package {
  buildInputs = [ cmake kdelibs automoc4 ];


  meta = {
    description = "A macros for profiling using QTime";
    longDescription = "Don't commit any code using kprofilemethod.h to KDE repositories.";
    kde = {
      name = "kprofilemethod";
      module = "kdesdk";
      version = "4.5.2";
    };
  };
}