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