View Single Post
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#179
Originally Posted by AapoRantalainen View Post
This is still issue. I have working meecolay (tested with guesscricket).

I have package libqtm-12 installed, and it has files:
Code:
dpkg -L libqtm-12 | grep Location.so
/opt/qtm12/lib/libQtLocation.so.1.2.1
/opt/qtm12/lib/libQtLocation.so.1.2
/opt/qtm12/lib/libQtLocation.so
/opt/qtm12/lib/libQtLocation.so.1
Or what is this missing/looked for "QtMobility.location"?

try this


apt-get install libqtm-12

For Qt to know which mobility version to use, you will need to specify the following


maemo5 {
CONFIG += mobility12
} else {
CONFIG += mobility
}

*****************************************

u can see this

http://www.developer.nokia.com/Commu...ation_on_Maemo


http://talk.maemo.org/showthread.php?t=67588&page=3


http://qt-project.org/forums/viewthread/5871