So I replaced the qt4 build on my dashboard box, and now cmake is no
longer detecting QtDbus properly.

I get the _RELEASE and _DEBUG bits set:

---(snip!)---
//The QtDBus library.
QT_QTDBUS_LIBRARY_DEBUG:STRING=-framework QtDBus

//The QtDBus library.
QT_QTDBUS_LIBRARY_RELEASE:STRING=-framework QtDBus
---(snip!)---

...but I'm missing "QT_QTDBUS_LIBRARY:FILEPATH=-F/opt/qt4/lib
-framework QtDBus" which I believe should be there.  Other Qt bits are
found properly (and AFAIK are found in the same way):

---(snip!)---
//The Qt QTCORE library
QT_QTCORE_LIBRARY:FILEPATH=-F/opt/qt4/lib -framework QtCore

//The QtCore library.
QT_QTCORE_LIBRARY_DEBUG:STRING=-F/opt/qt4/lib -framework QtCore

//The QtCore library.
QT_QTCORE_LIBRARY_RELEASE:STRING=-F/opt/qt4/lib -framework QtCore
---(snip!)---

I'm not sure why it's not happening, there doesn't seem to be anything
special about the dbus detection compared to the other Qt bits in
FindQt4.cmake.
_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to