mediasettings/videosettingsplugin/videosettingsplugin.pro
branchRCL_3
changeset 56 839377eedc2b
equal deleted inserted replaced
54:315810614048 56:839377eedc2b
       
     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 CONFIG += hb plugin
       
    19 TARGET = videosettingsplugin
       
    20 
       
    21 symbian: { 
       
    22     TARGET.EPOCALLOWDLLDATA = 1
       
    23     TARGET.UID3 = 0x2002BC69
       
    24     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    25     BLD_INF_RULES.prj_exports += "rom/videosettingsplugin.iby    CORE_APP_LAYER_IBY_EXPORT_PATH(videosettingsplugin.iby)"
       
    26     MMP_RULES += SMPSAFE
       
    27 }
       
    28 
       
    29 LIBS += -lcpframework \
       
    30         -lMPSettEngine.dll \
       
    31         -lxqutils.dll \
       
    32         -lcmapplsettingsui \
       
    33         -lconnection_settings_shim
       
    34 
       
    35 INCLUDEPATH += ../mediasettingsengine/inc \
       
    36                ../../inc
       
    37 
       
    38 HEADERS += inc/videosettingsplugin.h \
       
    39            inc/videosettingsgroup.h \
       
    40            inc/videosettingsaccesspointentry.h 
       
    41     
       
    42 SOURCES += src/videosettingsplugin.cpp \
       
    43            src/videosettingsgroup.cpp \
       
    44            src/videosettingsaccesspointentry.cpp
       
    45 
       
    46 deploy.path = C:
       
    47 qtplugins.path = /resource/qt/plugins/controlpanel
       
    48 qtplugins.sources += qmakepluginstubs/videosettingsplugin.qtplugin
       
    49 
       
    50 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    51 
       
    52 plugin.sources += videosettingsplugin.dll
       
    53 plugin.path = /resource/qt/plugins/controlpanel
       
    54 DEPLOYMENT += plugin