[Kde-bindings] KDE/kdebindings/smoke/qt

Richard Dale richard.j.dale at gmail.com
Mon Mar 5 18:36:05 UTC 2007


On Monday 05 March 2007, Caleb Tennis wrote:
> > Yes, that all looks good - it will be nice to get the framework version
> > of Qt working on Mac OS X. I think cmake tests should make qtguess.pl
> > obsolete. The only problem I have is that the QtDBus lib isn't being
> > added to the Qt libs and I get a link failure. QtDBus doesn't end up in
> > smoke/qt/CMakeFiles/smokeqt.dir/link.txt and I can't really see why.
>
> What does your CMakeCache.txt show?  For reference, on Linux, mine is:
>
> //Path to a file.
> QT_QTDBUS_INCLUDE_DIR:PATH=/usr/include/qt4/QtDBus
> //Path to a library.
> QT_QTDBUS_LIBRARY:FILEPATH=/usr/lib/qt4/libQtDBus.so
>
> I'll have to check OS X tonight at home.
That looks fine:

//Path to a file.
QT_QTDBUS_INCLUDE_DIR:PATH=/opt/kde4/include/QtDBus

//Path to a library.
QT_QTDBUS_LIBRARY:FILEPATH=/opt/kde4/lib/libQtDBus.so

It's just the lib doesn't get linked against.

-- Richard



More information about the Kde-bindings mailing list