[Mac OS]Patch for kdepimlibs to build against Qt framework installation

younker mac.younker at gmail.com
Wed Jun 13 16:52:24 BST 2007


Tom Albers 写道:
> 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
>   
I don't have permittion to commit any change,
so I hope someone that has the permission to help commit some changes
related to building against QT framework installation.

Now I can build kdebase against Qt framework installation with some
modification.





More information about the kde-core-devel mailing list