This seems to be DBUS handling code i've added recently... It should be disabled on WIN32 platform i think
Can somebody please submit a patch for this issue, as i done have correct WIN32 dev environment Thanks Vadim Darshaka Pathirana wrote: > Hi! > > Finally got the time to build revision 0c9ef25e8554 but it failed > linking with the following error. I had no time to investigate but > maybe somebody has an idea what went wrong. Thx. > > (long lines...) > > Linking CXX executable QuteCom.exe > Creating library QuteCom.lib and object QuteCom.exp > owphone.lib(NetworkObserver.obj) : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: bool __thiscall QDBusConnection::connect(class > QString const &,class QString const &,class QString const &,class QString > const &,class QObject *,char const *)" > (__imp_?conn...@qdbusconnection@@QAE_NABVQString@@000PAVQObject@@p...@z) > referenced in function "private: __thiscall > NetworkObserver::NetworkObserver(void)" (??0NetworkObserver@@a...@xz) > owphone.lib(NetworkObserver.obj) : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: __thiscall > QDBusConnection::~QDBusConnection(void)" (__imp_??1QDBusConnection@@q...@xz) > referenced in function "private: __thiscall > NetworkObserver::NetworkObserver(void)" (??0NetworkObserver@@a...@xz) > owphone.lib(NetworkObserver.obj) : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: bool __thiscall > QDBusConnection::registerObject(class QString const &,class QObject *,class > QFlags<enum QDBusConnection::RegisterOption>)" > (__imp_?registerobj...@qdbusconnection@@QAE_NABVQString@@PAVQObject@@v?$qfl...@w4registeroption@QDBusConnection@@@@@Z) > referenced in function "private: __thiscall > NetworkObserver::NetworkObserver(void)" (??0NetworkObserver@@a...@xz) > owphone.lib(NetworkObserver.obj) : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: static class QDBusConnection __cdecl > QDBusConnection::systemBus(void)" > (__imp_?system...@qdbusconnection@@sa?...@xz) referenced in function > "private: __thiscall NetworkObserver::NetworkObserver(void)" > (??0NetworkObserver@@a...@xz) > QuteCom.exe : fatal error LNK1120: 4 unresolved externals > > _______________________________________________ > QuteCom-dev mailing list > [email protected] > http://lists.qutecom.org/mailman/listinfo/qutecom-dev > > > _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
