satui/satapp/satapp.pro
changeset 15 d7fc66ccd6fb
parent 12 ae8abd0db65c
child 19 e44a8c097b15
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
    18 
    18 
    19 TEMPLATE = app
    19 TEMPLATE = app
    20 TARGET = satapp
    20 TARGET = satapp
    21 DEPENDPATH += .
    21 DEPENDPATH += .
    22 HEADERS += $$PUBLIC_HEADERS
    22 HEADERS += $$PUBLIC_HEADERS
       
    23 MOC_DIR = moc
    23 
    24 
    24 CONFIG += hb
    25 CONFIG += hb
    25 
    26 
       
    27 ICON = resource/qgn_menu_sat.svg
    26 symbian: {
    28 symbian: {
    27     TARGET.CAPABILITY = CAP_GENERAL_DLL
    29     TARGET.CAPABILITY = CAP_GENERAL_DLL
    28     TARGET.UID3=0x101f4ce0
    30     TARGET.UID3=0x101f4ce0
    29     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
    31     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    32         .inc\
       
    33         MOC_DIR \
    30         ../../inc 
    34         ../../inc 
    31     LIBS += -lSatClient.dll \
    35     LIBS += -lSatClient.dll \
    32             -lSatInternalClient.dll \
    36             -lSatInternalClient.dll \
    33             -legul.dll \
    37             -legul.dll \
    34             -lfbscli.dll \
    38             -lfbscli.dll \
    35             -lcentralrepository.dll \
    39             -lcentralrepository.dll \
    36             -lCenRepNotifHandler.dll \
    40             -lCenRepNotifHandler.dll \
    37             -lCdlEngine.dll \
    41             -lCdlEngine.dll \
    38             -lFlogger.dll
    42             -lFlogger.dll \
       
    43             -lprofileeng.dll 
    39 
    44 
    40     HEADERS += inc/msatuiactionimplementer.h \
    45     HEADERS += inc/msatuiactionimplementer.h \
    41                inc/satappcommonconstant.h \
    46                inc/satappcommonconstant.h \
    42                inc/tflogger.h \
    47                inc/tflogger.h \
    43                inc/satappmainhandler.h \
    48                inc/satappmainhandler.h \
    46                inc/satappuiprovider.h \
    51                inc/satappuiprovider.h \
    47                inc/satappview.h \
    52                inc/satappview.h \
    48                inc/satappgetinkeynote.h \
    53                inc/satappgetinkeynote.h \
    49                inc/csatuiobserver.h \
    54                inc/csatuiobserver.h \
    50                inc/csatuiiconhandler.h \
    55                inc/csatuiiconhandler.h \
    51 
    56                inc/satappplaytoneprovider.h
    52 
    57 
    53     SOURCES += src/main.cpp \
    58     SOURCES += src/main.cpp \
    54                src/satappmainhandler.cpp \
    59                src/satappmainhandler.cpp \
    55                src/satappcommandhandler.cpp \
    60                src/satappcommandhandler.cpp \
    56                src/satappeventprovider.cpp \
    61                src/satappeventprovider.cpp \
    57                src/satappuiprovider.cpp \
    62                src/satappuiprovider.cpp \
    58                src/satappview.cpp \
    63                src/satappview.cpp \
    59                src/satappgetinkeynote.cpp \
    64                src/satappgetinkeynote.cpp \
    60                src/csatuiobserver.cpp \
    65                src/csatuiobserver.cpp \
    61                src/csatuiiconhandler.cpp 
    66                src/csatuiiconhandler.cpp \
       
    67                src/satappplaytoneprovider.cpp
    62     
    68     
    63     BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \
    69     BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \
    64                                  "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis"    
    70                                  "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis" \
       
    71                                  "resource/satapp_en.ts /epoc32/include/platform/qt/translations/satapp_en.ts"
       
    72                                  
    65 }
    73 }
    66 
    74 
    67 RESOURCES += resource/satapp.qrc
    75 RESOURCES += resource/satapp.qrc
    68 
    76