qtmobility/src/systeminfo/systeminfo.pro
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 8 71781823f776
--- a/qtmobility/src/systeminfo/systeminfo.pro	Mon May 03 13:18:40 2010 +0300
+++ b/qtmobility/src/systeminfo/systeminfo.pro	Fri May 14 16:41:33 2010 +0300
@@ -108,14 +108,19 @@
     }
 
     symbian:{
+        contains(S60_VERSION, 3.1){
+            DEFINES += SYMBIAN_3_1
+        }        
         INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
         DEPENDPATH += symbian
         
         SOURCES += qsysteminfo_s60.cpp \
-            telephonyinfo_s60.cpp
+            telephonyinfo_s60.cpp \
+            chargingstatus_s60.cpp
 
         HEADERS += qsysteminfo_s60_p.h \
-            telephonyinfo_s60.h
+            telephonyinfo_s60.h \
+            chargingstatus_s60.h
 
         LIBS += -lprofileengine \
             -letel3rdparty \
@@ -131,7 +136,8 @@
             -lws32 \
             -lcentralrepository \
             -lprofileengine \
-            -lbluetooth
+            -lbluetooth \
+            -lgdi
 
         TARGET.CAPABILITY = ALL -TCB
 #        TARGET.CAPABILITY = LocalServices NetworkServices ReadUserData UserEnvironment Location ReadDeviceData TrustedUI