satui/satapp/satapp.pro
changeset 39 cee7e9e0906c
parent 31 a2467631ae02
child 46 2fa1fa551b0b
equal deleted inserted replaced
32:1f002146abb4 39:cee7e9e0906c
    28 symbian: {
    28 symbian: {
    29     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
    29     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl
    30     TARGET.UID3=0x101f4ce0
    30     TARGET.UID3=0x101f4ce0
    31 }
    31 }
    32 
    32 
       
    33 # enable this for tracing into a file (log/sat/satui.txt)
       
    34 # DEFINES += SAT_DEBUG_TO_FILE
       
    35 # LIBS += -lflogger
    33 
    36 
    34     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    37 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    35         .inc\
    38     $$MOC_DIR \
    36         MOC_DIR \
    39     ../../inc 
    37         ../../inc 
       
    38 
    40 
    39     LIBS += -lSatClient \
    41 LIBS += -lSatClient \
    40             -lSatInternalClient \
    42         -lSatInternalClient \
    41             -legul \
    43         -legul \
    42             -lfbscli \
    44         -lfbscli \
    43             -lcentralrepository \
    45         -lcentralrepository \
    44             -lCenRepNotifHandler \
    46         -lCenRepNotifHandler \
    45             -lCdlEngine \
    47         -lCdlEngine \
    46             -lmediaclientaudio \
    48         -lmediaclientaudio \
    47             -lFlogger \
    49         -lprofileeng \
    48             -lprofileeng 
    50         -lbafl 
    49 
    51 
    50     HEADERS += inc/msatuiactionimplementer.h \
    52 HEADERS += inc/satappmainhandler.h \
    51                inc/satappcommonconstant.h \
    53            inc/satappserverdispatcher.h \
    52                inc/tflogger.h \
    54            inc/satappmenuprovider.h \
    53                inc/satappmainhandler.h \
    55            inc/satappinputprovider.h \
    54                inc/satappcommandhandler.h \
    56            inc/satapptoneprovider.h \
    55                inc/satappeventprovider.h \
    57            inc/satapppopupprovider.h\
    56                inc/satappuiprovider.h \
    58            inc/satappconfirmprovider.h \
    57                inc/satappview.h \
    59            inc/satappaction.h \
    58                inc/csatuiobserver.h \
    60            inc/satappconstant.h
    59                inc/csatuiiconhandler.h \
       
    60                inc/satappplaytoneprovider.h \
       
    61                inc/dialogwaiter.h
       
    62 
    61 
    63     SOURCES += src/main.cpp \
    62 SOURCES += src/main.cpp \
    64                src/satappmainhandler.cpp \
    63            src/satappmainhandler.cpp \
    65                src/satappcommandhandler.cpp \
    64            src/satappserverdispatcher.cpp \
    66                src/satappeventprovider.cpp \
    65            src/satappmenuprovider.cpp \
    67                src/satappuiprovider.cpp \
    66            src/satappinputprovider.cpp \
    68                src/satappview.cpp \
    67            src/satapptoneprovider.cpp \
    69                src/csatuiobserver.cpp \
    68            src/satapppopupprovider.cpp \
    70                src/csatuiiconhandler.cpp \
    69            src/satappconfirmprovider.cpp \
    71                src/satappplaytoneprovider.cpp \
    70            src/satappaction.cpp
    72                src/dialogwaiter.cpp
    71 
    73     
    72 BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \
    74     BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \
    73                              "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis" \
    75                                  "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis" \
    74                              "resource/satapp.ts /epoc32/include/platform/qt/translations/satapp.ts"
    76                                  "resource/satapp_en.ts /epoc32/include/platform/qt/translations/satapp_en.ts"
    75                              
    77                                  
       
    78 
    76 
    79 RESOURCES += resource/satapp.qrc
    77 RESOURCES += resource/satapp.qrc
    80 
    78