controlpanelui/src/cpplugins/cpplugincommon.pri
branchRCL_3
changeset 14 5f281e37a2f5
parent 13 90fe62538f66
equal deleted inserted replaced
13:90fe62538f66 14: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:  controlpanel plugin project qmake common settings
       
    15 #
       
    16 include (../common.pri)
       
    17 
       
    18 LIBS += -lcplogger -lcpframework -lcpcategorymodel
       
    19 
       
    20 symbian: plugin { # copy qtstub and manifest
       
    21 	
       
    22 		PLUGIN_STUB_PATH = /resource/qt/plugins/controlpanel
       
    23 		
       
    24 		deploy.path = C:
       
    25 		pluginstub.sources = $${TARGET}.dll
       
    26 		pluginstub.path = $$PLUGIN_STUB_PATH
       
    27 		DEPLOYMENT += pluginstub
       
    28 
       
    29     qtplugins.path = $$PLUGIN_STUB_PATH
       
    30     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
       
    31      
       
    32     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin  $$deploy.path$$qtplugins.path/$$basename(qtplugin)" 
       
    33 }