filemanager/tsrc/unit/unit_backuprestoresettings/unit_backuprestoresettings.pro
changeset 25 b7bfdea70ca2
child 46 d58987eac7e8
equal deleted inserted replaced
16:ada7962b4308 25:b7bfdea70ca2
       
     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 QT += testlib
       
    18 CONFIG += qtestlib
       
    19 CONFIG += symbian_test
       
    20 CONFIG += hb
       
    21 TEMPLATE = app
       
    22 TARGET = 
       
    23 include ( ../../../src/inc/commoninc.pri )
       
    24 include ( ../../../src/common.pri )
       
    25 DEPENDPATH += .
       
    26 INCLUDEPATH += .
       
    27 INCLUDEPATH += ../../../src/fmbkupenginewrapper/inc
       
    28 INCLUDEPATH += ../../../src/inc
       
    29 TARGET.CAPABILITY = ALL -TCB
       
    30 # Input
       
    31 SOURCES += src/unit_backuprestoresettings.cpp
       
    32 LIBS += -lfmbkupenginewrapper
       
    33 
       
    34 unix {
       
    35     test.commands = /epoc32/RELEASE/WINSCW/udeb/unit_backuprestoresettings.exe
       
    36     autotest.commands = /epoc32/RELEASE/WINSCW/udeb/unit_backuprestoresettings.exe -xml -o c:/unit_backuprestoresettings.xml
       
    37 } else:win32 {
       
    38     test.CONFIG += recursive
       
    39     autotest.CONFIG += recursive
       
    40     build_pass {
       
    41         test.commands =/epoc32/RELEASE/WINSCW/udeb/unit_backuprestoresettings.exe
       
    42         autotest.commands =/epoc32/RELEASE/WINSCW/udeb/unit_backuprestoresettings -xml -o c:/unit_backuprestoresettings.xml
       
    43         }
       
    44 }
       
    45 QMAKE_EXTRA_TARGETS += test autotest