stif/QtUI/StifQtUI/test/StfQtUITest.pro
branchRCL_3
changeset 8 cfe32394fcd5
parent 7 8a14024f954a
child 9 7e287c5c61f0
equal deleted inserted replaced
7:8a14024f954a 8:cfe32394fcd5
     1 HEADERS += ..\frmmain.h \
       
     2     ..\istfqtuicontroller.h \
       
     3     ..\stfqtuicontroller.h \
       
     4     ..\cstfcase.h \
       
     5     ..\cstfmodule.h \
       
     6     ..\istfqtuimodel.h \
       
     7     ..\stfqtuimodel.h \
       
     8     ..\dlgoutput.h \
       
     9     testcontroller.h 
       
    10 SOURCES += ..\frmmain.cpp \
       
    11     ..\stfqtuimodel.cpp \
       
    12     ..\stfqtuicontroller.cpp \
       
    13     ..\dlgoutput.cpp \
       
    14     testcontroller.cpp \
       
    15     main.cpp 
       
    16 
       
    17 CONFIG += qtestlib
       
    18 
       
    19 RESOURCES +=
       
    20 symbian {
       
    21 	   TARGET.UID3 = 0xA000C60B
       
    22     #include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    23     TARGET.EPOCALLOWDLLDATA = 1
       
    24     HEADERS += ../../../../inc/.
       
    25     include(.\platform\stifinternal)
       
    26     HEADERS += ../stifexecutor.h
       
    27     SOURCES += ../stifexecutor.cpp
       
    28     LIBS += -leuser \
       
    29         -lefsrv \
       
    30         -lstiftestinterface \
       
    31         -lstiftfwif \
       
    32         -lstiftestengine \
       
    33         -lecons \
       
    34         -lhal \
       
    35         -lflogger
       
    36     TARGET.CAPABILITY = ReadUserData \
       
    37         WriteUserData
       
    38     
       
    39     # Export headers to SDK Epoc32/include directory
       
    40     deploy.path = $$EPOCROOT
       
    41     exportheaders.sources = $$PUBLIC_HEADERS
       
    42     exportheaders.path = epoc32/include
       
    43     for(header, exportheaders.sources)
       
    44     :BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
       
    45 }