controlpanelui/src/cpprofilewrapper/tsrc/ut_cpprofilemodel/ut_cpprofilemodel.pro
branchRCL_3
changeset 13 90fe62538f66
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
       
     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_cpprofilemodel
       
    19 
       
    20 QT += testlib
       
    21 CONFIG += hb qtestlib
       
    22 CONFIG += symbian_test
       
    23 
       
    24 include (../unit_common.pri)
       
    25 
       
    26 HEADERS += src/*.h
       
    27 SOURCES += src/*.cpp
       
    28 
       
    29 QMAKE_EXTRA_TARGETS += test autotest
       
    30 
       
    31 DEPENDPATH += .
       
    32 
       
    33 INCLUDEPATH += . ../../src\
       
    34 	        ../../../inc 
       
    35 
       
    36 LIBS += -lcpframework 
       
    37 LIBS += -lcpprofilewrapper \
       
    38         -lprofileeng  \
       
    39         -lcentralrepository \
       
    40         -lcharconv
       
    41 symbian { 
       
    42     deploy.path = C:
       
    43     soundfiles.sources += data/testsound.aac \
       
    44                           data/testsound2.aac
       
    45     soundfiles.path = /resource/cptestdata/sounds
       
    46     DEPLOYMENT += soundfiles
       
    47     
       
    48     # This is for new exporting system coming in garden
       
    49     for(soundfile, soundfiles.sources):BLD_INF_RULES.prj_exports += "./$$soundfile $$deploy.path$$soundfiles.path/$$basename(soundfile)"
       
    50 }