controlpanelui/src/cpcategorymodel/tsrc/ut_categorymodelitemdata/ut_categorymodelitemdata.pro
branchRCL_3
changeset 35 5f281e37a2f5
parent 34 90fe62538f66
child 46 ed95320285d0
equal deleted inserted replaced
34:90fe62538f66 35:5f281e37a2f5
     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_categorymodelitemdata
       
    19 QT += testlib
       
    20 CONFIG += hb qtestlib
       
    21 CONFIG += symbian_test
       
    22 
       
    23 QMAKE_EXTRA_TARGETS += test autotest
       
    24 
       
    25 DEPENDPATH += .
       
    26 
       
    27 INCLUDEPATH +=  ../../src \
       
    28 	              ../../../inc 
       
    29 
       
    30 LIBS += -lcpframework
       
    31 LIBS += -lcpcategorymodel
       
    32 
       
    33 # Input
       
    34 HEADERS += src/ut_categorymodelitemdata.h
       
    35 SOURCES += src/ut_categorymodelitemdata.cpp
       
    36 
       
    37 symbian*: { 
       
    38     TARGET.CAPABILITY = CAP_APPLICATION
       
    39     LIBS += -lfirstpluginforcpcategorymodel
       
    40            
       
    41     deploy.path = C:
       
    42     testdll.sources += firstpluginforcpcategorymodel.dll
       
    43     testdll.path = /sys/bin
       
    44     
       
    45     testqtplugin.sources += ../testpluginsforcpcategorymodel/firstpluginforcpcategorymodel/qmakepluginstubs/firstpluginforcpcategorymodel.qtplugin
       
    46     testqtplugin.path = /resource/qt/plugins/controlpanel
       
    47     
       
    48     testqtcfgfile.sources += data/pluginfileformodelitemdata.cpcfg
       
    49     testqtcfgfile.path = /resource/qt/plugins/controlpanel/config                  
       
    50     
       
    51     DEPLOYMENT += testdll  \
       
    52                   testqtplugin \
       
    53                   testqtcfgfile
       
    54 }