[Mac OS]Patch for kdepimlibs to build against Qt framework installation
Tom Albers
tomalbers at kde.nl
Wed Jun 13 16:30:03 BST 2007
Op wo 13 jun 2007 16:58 schreef u:
> Below is a patch to make kdepimlibs to build against qt framework
> installation.
> but I think this issue is caused FindQt4.cmake doesn't find the sub
> library's header when Qt installed as framework.
>
> Index: kdepimlibs/mailtransport/transportmanager.cpp
> ===================================================================
> --- kdepimlibs/mailtransport/transportmanager.cpp ??? 674924?
> +++ kdepimlibs/mailtransport/transportmanager.cpp ??????
> @@ -34,8 +34,8 @@
> #include <kconfiggroup.h>
>
> #include <QApplication>
> -#include <QDBusConnection>
> -#include <QDBusConnectionInterface>
> +#include <QtDbus/QDBusConnection>
> +#include <QtDbus/QDBusConnectionInterface>
> #include <QRegExp>
> #include <QStringList>
Looks ok to me, please change the b to a capital (QtDBus) before you commit.
gr.
Toma
More information about the kde-core-devel
mailing list