You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/cppsdlhello
samelian cf21ddc3cc [kdevelop] initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216516 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
..
.kdev_ignore
CMakeLists.txt [kdevelop] initial cmake support 15 years ago
Makefile.am
README
acinclude.m4
app.kdevelop
configure.in
cpp-Makefile.am
cpp-Makefile.cvs
cppsdlhello
cppsdlhello.kdevtemplate
cppsdlhello.png
main.cpp
src-Makefile.am

README

This template configures KDevelop to be used with libSDL

Got it working using this tutorial:
http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.html
and not to forget -lSDL has to get passed to ld :)

This was submitted via a whishlist:
http://bugs.kde.org/show_bug.cgi?id=53702

Thanks to: Mårten Woxberg < marwo264 (at) student.liu.se >
For supplying this template.