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
Michele Calgaro 6392f5a9df
Revert "Finish renaming tdevelop components"
10 years ago
..
.kdev_ignore Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt Revert "Finish renaming tdevelop components" 10 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 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 Revert "Finish renaming tdevelop components" 10 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 Automatically update admin submodule and copy sustem libtool files before first build 12 years ago
cppsdlhello.kdevtemplate Revert "Finish renaming tdevelop components" 10 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.