I recently installed the Ubuntu desktop PC with KDE 4.2 for the training exercise, installed Eclipse, and started looking for information on how to develop KDE. I know KDevelop and will probably look at it in the future. However, right now I do not have the correct headers and libraries for building KDE applications in C / C ++ using Eclipse. If I have the following:
#include <kapplication.h>
it will not compile, because there are dependencies on other header files that are not on my hard drive or reference classes that are not declared anywhere.
So the question is, what packages do I need to install in order to have the correct set of headers so that I can write applications for KDE 4.2? Are there any packages I don't need? Otherwise, if there are no packages, then where can I get the corresponding files?
As a result, are there any good KDE tutorials, something like a Windows Petzold book?
EDIT: An explanation of what I really need: where can I download the correct set of header files / libraries to create a KDE application? IDEs for compiling code are not a real problem and are easy to get, and they also configure compiler options to include search paths, etc. Does KDevelop have all the correct include and library files, or are they separated? I assume they are separate, since KDevelop is a development environment that can also run other languages, but I'm probably wrong. So the KDE / Qt header files that I have do not work, where can I get the ones I need?
Skizz
c ++ eclipse linux ubuntu kde
Skizz
source share