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
Timothy Pearson 5fbf99bcc4
Finish rename from prior commit
13 years ago
..
.kdev_ignore Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt Additional renaming of kde to tde 13 years ago
Makefile.am Additional renaming of kde to tde 13 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.tdevelop Finish rename from prior commit 13 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 Additional renaming of kde to tde 13 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.