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