On Thu, Sep 3, 2009 at 11:30 AM, Dos-Man 64<[email protected]> wrote: > > So, you would use the K headers for applications that are dependent on > running under the KDE window manager?
The apps will depend on the KDE libraries, but don't need to be run under KDE. And it's the KDE desktop environment, not just the window manager. Things like KParts and KIO, for example, can add huge amounts of functionality. > > I have been able to get GTK+ programs to compile. However, it seems a > bit limited. Labels, for example, have no Click() event. There are ways around that. Not really sure what you meant by your comment though (asking for help? or suggesting Gtk+ is not good?) > But none of the QT programs in the book will compile. $QTDIR is not > defined, and when I tried to set it up I get an error message cannot > find lib QT. I don't think it is installed even though the header > files are where they are supposed to be (in /usr/include/qt3.) Easiest way to get started with Qt is to download the IDE, which has the libraries all bundled in. http://qt.nokia.com/products/appdev/developer-tools/developer-tools You may also want to look at Qt4 instead of 3. It's much cleaner, IMHO. ~Ryan -- http://rmgraham.blogspot.com http://twitter.com/rmgraham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
