diff options
author | Automated System <[email protected]> | 2011-11-03 10:29:42 -0500 |
---|---|---|
committer | Automated System <[email protected]> | 2011-11-03 10:29:42 -0500 |
commit | b8c01b86d74a6ae47168616919c16adb3c311593 (patch) | |
tree | c58b3a7c64c9150c598e008be83a94917f31035c /cmake/modules/template_kdeinit_module.cmake | |
parent | c5b07b63bc03726d2ae78086bc0023af5048bfb8 (diff) | |
download | other-b8c01b86d74a6ae47168616919c16adb3c311593.tar.gz other-b8c01b86d74a6ae47168616919c16adb3c311593.zip |
Removed admin and cmake folders as they are part of a different repository
Diffstat (limited to 'cmake/modules/template_kdeinit_module.cmake')
-rw-r--r-- | cmake/modules/template_kdeinit_module.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/modules/template_kdeinit_module.cmake b/cmake/modules/template_kdeinit_module.cmake deleted file mode 100644 index 68be1e7..0000000 --- a/cmake/modules/template_kdeinit_module.cmake +++ /dev/null @@ -1,3 +0,0 @@ -#include <kdemacros.h> -extern "C" int kdemain(int argc, char* argv[]); -extern "C" KDE_EXPORT int kdeinitmain(int argc, char* argv[]) { return kdemain(argc,argv); } |