From: Manuel Nickschas Date: Sat, 5 Jan 2008 12:57:03 +0000 (+0000) Subject: Add a template project file to devnotes in order to make setting up a KDevelop X-Git-Tag: 0.2.0-alpha1~253 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=a86c3a08e57e0a23b3e57d0b9ee9d27cc5113d21;ds=sidebyside Add a template project file to devnotes in order to make setting up a KDevelop project easier. Be sure to read and follow the README.kdevelop though! --- diff --git a/dev-notes/Quassel.kdevelop b/dev-notes/Quassel.kdevelop new file mode 100644 index 00000000..48da4d7f --- /dev/null +++ b/dev-notes/Quassel.kdevelop @@ -0,0 +1,215 @@ + + + + + + Pre-Release + KDevCustomProject + C++ + + . + false + + C + + + utf8 + Quassel + kdevsubversion + + + PROJECT_ROOT + + PROJECT_ROOT/build/targets/quasselclient + executable + / + + false + true + + + PROJECT_ROOT/ + false + false + false + + + make + PROJECT_ROOT/ + + + true + 1 + false + + default + + + + 0 + + + + + *.java + *.h + *.H + *.hh + *.hxx + *.hpp + *.c + *.C + *.cc + *.cpp + *.c++ + *.cxx + *.ui + *.pri + *.pro + + + + 0 + + + + default + + + + + + + + + + + + + + + + html/ + html/ + + + + + + + + + + .h + .cpp + + + + + true + true + true + true + true + true + true + 1250 + 1400 + 250 + false + 0 + true + true + true + std=_GLIBCXX_STD + true + true + true + false + true + true + true + true + .; + true + true + + + automatic_%2Fhome%2Fsputnick%2Fdevel%2Fquassel + + + true + 4 + /usr + 4 + ExternalDesigner + /usr/bin/qmake + /usr/bin/designer + + + + + set + m_,_ + theValue + true + true + + + false + true + Vertical + + + + + + + + + + + + + + false + false + + + *.o,*.lo,CVS,*~,cmake* + false + false + + + + + + + + + + + true + false + false + false + + + false + true + 10 + + + + + + + + + + + + PROJECT_ROOT/src/tags + + + diff --git a/dev-notes/README.kdevelop b/dev-notes/README.kdevelop new file mode 100644 index 00000000..783fbfac --- /dev/null +++ b/dev-notes/README.kdevelop @@ -0,0 +1,7 @@ +The Quassel.kdevelop file is a copy of my project file for Quassel. You can use this +as a starting point for your KDevelop project after doing the following: + +1) Copy the file into quassel's root directory +2) Search/Replace all occurrences of PROJECT_ROOT with the absolute path of that directory + +Unfortunately, KDevelop does not allow relative paths...