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
Slávek Banko c7d308a9ba
Use tde_create_tarball, which is ready for reproducible builds,
4 years ago
..
.kdev_ignore Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt Use tde_create_tarball, which is ready for reproducible builds, 4 years ago
Makefile.am Revert to .kdevelop files with <kdevelop> entity name for project files. 9 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 Revert to .kdevelop files with <kdevelop> entity name for project files. 9 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 Desktop file translations: 4 years ago
cppsdlhello.kdevtemplate Desktop file translations: 4 years ago
cppsdlhello.png Fix invalid headers in PNG files and optimize for size 8 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.