nixpkgs/pkgs/desktops/kde-4.5/sdk/kprofilemethod.nix

15 lines
335 B
Nix
Raw Normal View History

{ 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";
};
};
}