Monday, July 20, 2009

Linking to KDE in Qt Creator plugins

For some better integration with the KDE desktop, and to make use of some of the goodness of KDE, I would like to link to the KDE libraries in the KDE SDK plugin for Qt Creator. Apparently adding a simple
LIBS += lkdeui
to the qmake file does the trick. This is nice.

No comments: