plugins/contacts/symbian/plugin/tsrc/ut_symbian/ut_symbian.pro
changeset 0 876b1a06bc25
child 5 603d3f8b6302
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 #######################################################################
       
     2 # Automatically generated by qmake (2.01a) pe 27. helmi 08:49:52 2009
       
     3 #######################################################################
       
     4 
       
     5 TEMPLATE = app
       
     6 TARGET = 
       
     7 QT += testlib xml
       
     8 include(../tsrc.pri)
       
     9 
       
    10 DEFINES += PBK_UNIT_TEST
       
    11 DEPENDPATH += .
       
    12 INCLUDEPATH += .
       
    13 
       
    14 symbian:
       
    15 { 
       
    16 #    load(data_caging_paths)
       
    17     INCLUDEPATH += $$SYMBIAN_PATHS
       
    18     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    19     
       
    20     # Input
       
    21     HEADERS += $$SYMBIAN_HEADERS \
       
    22     		   testrunner.h \
       
    23                ut_cntsymbianengine.h \
       
    24                ut_cntfiltering.h \
       
    25                ut_matchphonenumber.h \
       
    26                ut_cntrelationship.h \
       
    27                ut_cntsymbiandatabase.h \
       
    28                ut_transformcontactdata.h \
       
    29                ut_cntsqlsearch.h \
       
    30                mt_cntsqlsort.h
       
    31     
       
    32     SOURCES += $$SYMBIAN_SOURCES \
       
    33     		   testrunner.cpp \
       
    34     		   main.cpp \
       
    35                ut_cntsymbianengine.cpp \
       
    36                ut_cntfiltering.cpp \
       
    37                ut_matchphonenumber.cpp \
       
    38                ut_cntrelationship.cpp \
       
    39                ut_cntsymbiandatabase.cpp \
       
    40                ut_transformcontactdata.cpp \
       
    41                ut_cntsqlsearch.cpp \
       
    42                mt_cntsqlsort.cpp
       
    43 
       
    44     CONFIG += mobility
       
    45     MOBILITY = contacts
       
    46 
       
    47     TARGET.CAPABILITY = ReadUserData \
       
    48                         WriteUserData
       
    49 
       
    50     LIBS += $$SYMBIAN_LIBS
       
    51     
       
    52     BLD_INF_RULES.prj_exports += \
       
    53         "test_data.txt \epoc32\winscw\c\filtering\test_data.txt"
       
    54 }