From: Matthias Braun Date: Sat, 25 Mar 2006 14:49:04 +0000 (+0000) Subject: unofficial kdevelop project X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=bd0cbe52bfc08adde662021d72c2f2a47f072982;p=supertux.git unofficial kdevelop project SVN-Revision: 3116 --- diff --git a/contrib/kdevelop/README b/contrib/kdevelop/README new file mode 100644 index 000000000..9c0dea7fc --- /dev/null +++ b/contrib/kdevelop/README @@ -0,0 +1,2 @@ +This directory contains an "unofficial" project file for supertux. You should +run 'setup-filelist.sh' once before loading the project into kdevelop. diff --git a/contrib/kdevelop/supertux.kdevelop b/contrib/kdevelop/supertux.kdevelop new file mode 100644 index 000000000..cd30a43b7 --- /dev/null +++ b/contrib/kdevelop/supertux.kdevelop @@ -0,0 +1,167 @@ + + + + Matthias Braun + matze@braunis.de + $VERSION$ + KDevCustomProject + C++ + + ../../ + false + + + + + + supertux + executable + / + + false + true + + + + make + + + + true + 1 + 0 + false + /usr/bin/jam + + + default + + + + + + + + + + + + + + true + false + false + + + false + true + 10 + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + + + + .hpp + .cpp + + + + + true + true + true + false + true + true + true + 250 + 400 + 250 + + + get_ + set + + theValue + true + true + + + + + + + + + + + + + + + + + + + false + false + + + *.o,*.lo,CVS + false + + + diff --git a/contrib/kdevelop/update-filelist.sh b/contrib/kdevelop/update-filelist.sh new file mode 100755 index 000000000..c6b683abf --- /dev/null +++ b/contrib/kdevelop/update-filelist.sh @@ -0,0 +1,4 @@ +#!/bin/sh +cd ../.. +find tools/miniswig src -name "*.cpp" -o -name "*.hpp" -o -name "*.h" > supertux.kdevelop.filelist +cd -