stif/QtUI/StifQtUI/STIFQtUI.pro
branchRCL_3
changeset 9 8a14024f954a
equal deleted inserted replaced
8:ecff51f1e7fb 9:8a14024f954a
       
     1 HEADERS += version.h \
       
     2     frmmain.h \
       
     3     istfqtuicontroller.h \
       
     4     stfqtuicontroller.h \
       
     5     cstfcase.h \
       
     6     cstfmodule.h \
       
     7     istfqtuimodel.h \
       
     8     stfqtuimodel.h \
       
     9     dlgoutput.h \
       
    10     uisetting.h \
       
    11     dlgsetting.h
       
    12 SOURCES += frmmain.cpp \
       
    13     main.cpp \
       
    14     stfqtuimodel.cpp \
       
    15     stfqtuicontroller.cpp \
       
    16     dlgoutput.cpp \
       
    17     uisetting.cpp \
       
    18     dlgsetting.cpp
       
    19 RESOURCES += 
       
    20 symbian { 
       
    21     TARGET.UID3 = 0x2002BCA0
       
    22     TARGET.EPOCALLOWDLLDATA = 1
       
    23     HEADERS += ../../../inc/.
       
    24     INCLUDEPATH += /epoc32/include/mw
       
    25     INCLUDEPATH += /epoc32/include/platform
       
    26     INCLUDEPATH += /epoc32/include/platform/stifinternal
       
    27     INCLUDEPATH += /epoc32/include/domain/osextensions
       
    28     INCLUDEPATH += /epoc32/include/domain/osextensions/stif
       
    29     HEADERS += stifexecutor.h
       
    30     SOURCES += stifexecutor.cpp
       
    31     LIBS += -leuser \
       
    32         -lefsrv \
       
    33         -lstiftestinterface \
       
    34         -lstiftfwif \
       
    35         -lstiftestengine \
       
    36         -lecons \
       
    37         -lhal \
       
    38         -lflogger
       
    39     TARGET.CAPABILITY = AllFiles \
       
    40         CommDD
       
    41     
       
    42     # Export headers to SDK Epoc32/include directory
       
    43     deploy.path = $$EPOCROOT
       
    44     exportheaders.sources = $$PUBLIC_HEADERS
       
    45     exportheaders.path = epoc32/include
       
    46     for(header, exportheaders.sources)
       
    47     :BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
       
    48 }