You can not 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
14 years ago
..
.kdev_ignore Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt [kdevelop] initial cmake support 14 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
acinclude.m4 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
app.kdevelop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cpp-Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cpp-Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cppsdlhello Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cppsdlhello.kdevtemplate Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cppsdlhello.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
main.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
src-Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

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.