PDA

View Full Version : Missing library? "cannot find -lQtMessaging"



sedi
14th May 2012, 05:54
I am trying to build a project (that I made ond a Win7 desktop) for Android.

The compiler throws:

C:/necessitas/android-ndk-r6b/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld.exe: cannot find -lQtMessaging

I can't find any filename containing "qtmessaging" anywhere in my necessitas tree, but there are a few possibly matching files in my SDK folder, for example here:
C:\QtSDK\Simulator\QtMobility\mingw\lib


I've added

LIBS += -lQtMessaging
to my .pro file, but to no avail :-(

Any ideas?

ChrisW67
14th May 2012, 07:46
You need QtMobility, or at least the messaging module, built using the Android tool chain.