tools/qml/qml.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
--- a/tools/qml/qml.pro	Tue Jul 06 15:10:48 2010 +0300
+++ b/tools/qml/qml.pro	Wed Aug 18 10:37:55 2010 +0300
@@ -29,11 +29,17 @@
         QT += webkit 
     }
 }
+maemo5 {
+    QT += maemo5
+}
 symbian {
     TARGET.UID3 = 0x20021317
     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
     TARGET.CAPABILITY = NetworkServices ReadUserData
+    !contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2) {
+        LIBS += -lsensrvclient -lsensrvutil
+    }
 }
 mac {
     QMAKE_INFO_PLIST=Info_mac.plist