Hello, my problems are:
compile
qtmobility.pro with QT Creator in windows 7 64 is not easy. Errors:
1. Run configure.bat, error "Unknown target environment UNIX"
To fix the errors, I edited configure.bat (not ideal, but ...)
2. Qt Creator. Errors "No rule to make target `..\..\lib\', needed by `all'. Stop."
To fix the errors, I edited Makefile... Finally
qtmobility.pro was compiled, but for some reason the module messaging was not compiled.
3. I try to compile
messaging.pro, but I could not solve the following errors:
undefined reference to 'QtMobility::QMessageId::QMessageId(QtMobility::QMessageId const&)'qmessageid.cpp
undefined reference to 'QtMobility::QMessageId::operator==(QtMobility::QMessageId const&) const'qmessagecontentcontainerid.cpp
undefined reference to 'QtMobility::QMessageContentContainerId::operator==(QtMobility::QMessageContentContainerId const&) const'qmessagefolderid.cpp
undefined reference to 'QtMobility::QMessageFolderId::operator==(QtMobility::QMessageFolderId const&) const'qmessageaccountid.cpp
undefined reference to 'QtMobility::QMessageAccountId::operator==(QtMobility::QMessageAccountId const&) const'F:\necessitas\Android\Qt\482\armeabi\include\QtCore/qlist.h
undefined reference to 'QtMobility::QMessageAccountId::QMessageAccountId(QtMobility::QMessageAccountId const&)'F:\necessitas\Android\Qt\482\armeabi\include\QtCore/qlist.h
...
etc. (163 errors)
I searched the internet some solution, I found solutions to Symbian, linux, nothing for "Qt Necessitas - Windows 7". Nothing works.
Currently my application is running on Android, with the exception "messaging" and "call functions" (80% of the source code was ported). The "messaging" functions are impresindible.