Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
KDE simple cpp compile
My question is How I can compile a simple cpp with Kdelibs?.
I don't know what is the command line for this.
thanks!
This post has been edited 1 times, last edit by "rramirez" (Dec 8th 2004, 9:42pm)
g++ -o executablename sourcefilename.cpp -L /path/to/kdelibs -I /path/to/kdeincludes -l kdecore
If you have widgets, add
-l kdeui
If you use KIO stuff, add -l kio
Cheers,
_
Qt/KDE Developer
Debian User