controlpanel/tsrc/unit/ut_cpapi/ut_cpapi.pro
branchGCC_SURGE
changeset 45 f48d04161a92
parent 43 3341fe7c643a
child 56 d9e9413f30c9
equal deleted inserted replaced
27:572294aa6075 45:f48d04161a92
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 TARGET = ut_cpapi
    18 TARGET = ut_cpapi
    19 QT += testlib
    19 QT += testlib
    20 CONFIG += hb qtestlib
    20 CONFIG += hb qtestlib
    21 #CONFIG += symbian_test
    21 CONFIG += symbian_test
    22 unix {
    22 unix {
    23     test.commands = /epoc32/RELEASE/WINSCW/udeb/ut_cpapi.exe
    23     test.commands = /epoc32/RELEASE/WINSCW/udeb/ut_cpapi.exe
    24     autotest.commands = /epoc32/RELEASE/WINSCW/udeb/ut_cpapi.exe -xml -o c:/ut_cpapi.xml
    24     autotest.commands = /epoc32/RELEASE/WINSCW/udeb/ut_cpapi.exe -xml -o c:/ut_cpapi.xml
    25 } else:win32 {
    25 } else:win32 {
    26     test.CONFIG += recursive
    26     test.CONFIG += recursive
    41 							 
    41 							 
    42 LIBS += -lcpframework
    42 LIBS += -lcpframework
    43 
    43 
    44 # Input
    44 # Input
    45 HEADERS += src/ut_cpapi.h
    45 HEADERS += src/ut_cpapi.h
    46 SOURCES += src/ut_cpapi.cpp
    46 SOURCES += src/ut_cpapi.cpp \ 
       
    47             src/main.cpp
    47 
    48 
    48 symbian {
    49 symbian {
    49 	BLD_INF_RULES.prj_exports += "data/controlpanellog.conf C:/data/.config/ut_cpapi/controlpanellog.conf"
    50 	BLD_INF_RULES.prj_exports += "data/controlpanellog.conf C:/data/.config/ut_cpapi/controlpanellog.conf"
    50 }
    51 }