--- a/satui/satapp/satapp.pro Tue Jun 15 11:45:07 2010 +0100
+++ b/satui/satapp/satapp.pro Thu Jul 22 16:38:43 2010 +0100
@@ -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