cpsecplugins/cpplugincommon.pri
branchRCL_3
changeset 21 09b1ac925e3f
equal deleted inserted replaced
20:63339781d179 21:09b1ac925e3f
       
     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 
       
    19 LIBS += -lcpframework
       
    20 
       
    21 symbian: plugin { # copy qtstub and manifest
       
    22 	
       
    23 		PLUGIN_STUB_PATH = /resource/qt/plugins/controlpanel
       
    24 		
       
    25 		deploy.path = C:
       
    26 		pluginstub.sources = $${TARGET}.dll
       
    27 		pluginstub.path = $$PLUGIN_STUB_PATH
       
    28 		DEPLOYMENT += pluginstub
       
    29 
       
    30     qtplugins.path = $$PLUGIN_STUB_PATH
       
    31     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
       
    32      
       
    33     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin  $$deploy.path$$qtplugins.path/$$basename(qtplugin)" 
       
    34 }