summaryrefslogtreecommitdiffstats
path: root/cmake/modules/template_kdeinit_executable.cmake
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 23:47:35 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 23:47:35 +0000
commit80393e2a7b4ebc62d4210a8d96d788652ba9af14 (patch)
treeb329f465a37fc2cb01d6f2d74dd879217395c2e0 /cmake/modules/template_kdeinit_executable.cmake
parent7ffba8afee76edba6433d97864119501731742e8 (diff)
downloadtdelibs-80393e2a7b4ebc62d4210a8d96d788652ba9af14.tar.gz
tdelibs-80393e2a7b4ebc62d4210a8d96d788652ba9af14.zip
Link cmake directory to Trinity modifiable shared cmake SVN folder
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cmake/modules/template_kdeinit_executable.cmake')
-rw-r--r--cmake/modules/template_kdeinit_executable.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/template_kdeinit_executable.cmake b/cmake/modules/template_kdeinit_executable.cmake
deleted file mode 100644
index 3d480c44e..000000000
--- a/cmake/modules/template_kdeinit_executable.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-extern "C" int kdemain(int argc, char* argv[]);
-int main(int argc, char* argv[]) { return kdemain(argc,argv); }