satui/satapp/satapp.pro
changeset 31 a2467631ae02
parent 19 e44a8c097b15
child 33 8d5d7fcf9b59
--- a/satui/satapp/satapp.pro	Fri Jun 11 14:07:16 2010 +0300
+++ b/satui/satapp/satapp.pro	Wed Jun 23 18:49:32 2010 +0300
@@ -26,21 +26,26 @@
 
 ICON = resource/qtg_large_sat.svg
 symbian: {
-    TARGET.CAPABILITY = CAP_GENERAL_DLL
+    TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
     TARGET.UID3=0x101f4ce0
+}
+
+
     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
         .inc\
         MOC_DIR \
         ../../inc 
-    LIBS += -lSatClient.dll \
-            -lSatInternalClient.dll \
-            -legul.dll \
-            -lfbscli.dll \
-            -lcentralrepository.dll \
-            -lCenRepNotifHandler.dll \
-            -lCdlEngine.dll \
-            -lFlogger.dll \
-            -lprofileeng.dll 
+
+    LIBS += -lSatClient \
+            -lSatInternalClient \
+            -legul \
+            -lfbscli \
+            -lcentralrepository \
+            -lCenRepNotifHandler \
+            -lCdlEngine \
+            -lmediaclientaudio \
+            -lFlogger \
+            -lprofileeng 
 
     HEADERS += inc/msatuiactionimplementer.h \
                inc/satappcommonconstant.h \
@@ -50,7 +55,6 @@
                inc/satappeventprovider.h \
                inc/satappuiprovider.h \
                inc/satappview.h \
-               inc/satappgetinkeynote.h \
                inc/csatuiobserver.h \
                inc/csatuiiconhandler.h \
                inc/satappplaytoneprovider.h \
@@ -62,7 +66,6 @@
                src/satappeventprovider.cpp \
                src/satappuiprovider.cpp \
                src/satappview.cpp \
-               src/satappgetinkeynote.cpp \
                src/csatuiobserver.cpp \
                src/csatuiiconhandler.cpp \
                src/satappplaytoneprovider.cpp \
@@ -72,7 +75,6 @@
                                  "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis" \
                                  "resource/satapp_en.ts /epoc32/include/platform/qt/translations/satapp_en.ts"
                                  
-}
 
 RESOURCES += resource/satapp.qrc