controlpanelui/src/cpcategorymodel/tsrc/testpluginsforcpcategorymodel/secondpluginforcpcategorymodel/secondpluginforcpcategorymodel.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 = lib
       
    18 TARGET = secondpluginforcpcategorymodel
       
    19 
       
    20 MOC_DIR = moc
       
    21 symbian {
       
    22     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    23     INCLUDEPATH += $$MOC_DIR
       
    24     TARGET.CAPABILITY = ALL -TCB
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26 }
       
    27 
       
    28 CONFIG += hb plugin
       
    29 LIBS += -lcpframework
       
    30 CONFIG += symbian_test
       
    31 
       
    32 symbian: plugin { # copy qtstub and manifest
       
    33 	
       
    34 	PLUGIN_STUB_PATH = /resource/qt/plugins/controlpanel
       
    35 	
       
    36 	deploy.path = C:
       
    37 	pluginstub.sources = $${TARGET}.dll
       
    38 	pluginstub.path = $$PLUGIN_STUB_PATH
       
    39 	DEPLOYMENT += pluginstub
       
    40 
       
    41     qtplugins.path = $$PLUGIN_STUB_PATH
       
    42     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
       
    43      
       
    44     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin  $$deploy.path$$qtplugins.path/$$basename(qtplugin)" 
       
    45 }
       
    46 
       
    47 DEPENDPATH += .
       
    48 INCLUDEPATH += .
       
    49 			 
       
    50 # Input
       
    51 HEADERS += src/secondpluginforcpcategorymodel.h \
       
    52            src/secondpluginviewforcpcategorymodel.h
       
    53 SOURCES += src/secondpluginforcpcategorymodel.cpp \
       
    54            src/secondpluginviewforcpcategorymodel.cpp
       
    55