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