Prepare for ovi store
[googlelatitude] / liblocationmaemo5 / liblocationmaemo5.pro
index 8492b81..606824b 100644 (file)
@@ -20,5 +20,7 @@ SOURCES += gconfitem.cpp \
            qgeosatelliteinfosource_maemo5.cpp
 }
 
-include(../deployment.pri)
-qtcAddDeployment()
+contains(MEEGO_EDITION,harmattan) {
+    target.path = /opt/liblocationmaemo5/lib
+    INSTALLS += target
+}