controlpanel/tsrc/unit/ut_profileengwrapper/ut_profileengwrapper.pro
branchRCL_3
changeset 54 7e0eff37aedb
parent 53 8ee96d21d9bf
child 57 e78c61e77b1a
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = ut_profileengwrapper
       
    19 DEPENDPATH += . src
       
    20 INCLUDEPATH += . ../../../src/cpplugins/profileenginewapper/src
       
    21 
       
    22 QT += testlib
       
    23 CONFIG += qtestlib
       
    24 TARGET.CAPABILITY = ALL -TCB
       
    25 symbian:LIBS += -lprofileenginewapper 
       
    26 
       
    27 unix {
       
    28     test.commands = /epoc32/RELEASE/WINSCW/udeb/ut_profileengwrapper.exe
       
    29     autotest.commands = /epoc32/RELEASE/WINSCW/udeb/ut_profileengwrapper.exe -xml -o c:/ut_profileengwrapper.xml
       
    30 } else:win32 {
       
    31     test.CONFIG += recursive
       
    32     autotest.CONFIG += recursive
       
    33     build_pass {
       
    34         test.commands =/epoc32/RELEASE/WINSCW/udeb/ut_profileengwrapper.exe
       
    35         autotest.commands =/epoc32/RELEASE/WINSCW/udeb/ut_profileengwrapper.exe -xml -o c:/ut_profileengwrapper.xml
       
    36         }
       
    37 }
       
    38 QMAKE_EXTRA_TARGETS += test autotest
       
    39 
       
    40 # Input
       
    41 HEADERS += src/ut_profileengwrapper.h
       
    42 SOURCES += src/ut_profileengwrapper.cpp