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.
How to use KDE manager?
Hello,
I have a question I work with a “velleman-card k8000” I have an example from a programme but I want to work with the KDE manager (and Qtdesigner) how connect this shell commando (g++ -c -O2 -fno-strength-reduce -Wall -I/usr/lib/qt-3.3/include -o kdemo.o kdemo.cpp
g++ -c -O2 -fno-strength-reduce -Wall -I/usr/lib/qt-3.3/include -o kdemo_window.o kdemo_window.cpp
/usr/lib/qt-3.3/bin/moc kdemo.h -o moc_kdemo.cpp
g++ -c -O2 -fno-strength-reduce -Wall -I/usr/lib/qt-3.3/include -o moc_kdemo.o moc_kdemo.cpp g++ -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib -L/usr/lib -o kdemo kdemo.o kdemo_window.o moc_kdemo.o -lqui -lX11 -lk8000) to my programm? I must make a connection to lk8000.a where to write a command?
Thank You.