cmmanager/cppacketdataapplugin/cppacketdataapplugin.pro
changeset 20 9c97ad6591ae
child 27 489cf6208544
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
       
     1 #
       
     2 # Copyright (c) 2010 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 # Project info file for Control Panel packet data AP plugin.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = cppacketdataapplugin
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += .
       
    22 
       
    23 CONFIG += hb plugin
       
    24 
       
    25 MOC_DIR = moc
       
    26 OBJECTS_DIR = obj
       
    27 RCC_DIR = rcc
       
    28 
       
    29 LIBS += -lcpframework -lconnection_settings_shim
       
    30 
       
    31 # Sources
       
    32 HEADERS += inc/cppacketdataapplugin.h \
       
    33            inc/cppacketdataapview.h \
       
    34            inc/cppacketdataapadvancedview.h \
       
    35            traces/OstTraceDefinitions.h
       
    36 SOURCES += src/cppacketdataapplugin.cpp \
       
    37            src/cppacketdataapview.cpp \
       
    38            src/cppacketdataapadvancedview.cpp
       
    39 
       
    40 TRANSLATIONS = cpapplugin.ts
       
    41 
       
    42 symbian:
       
    43 {
       
    44 TARGET.EPOCALLOWDLLDATA = 1
       
    45 TARGET.UID3 = 0x2002E694
       
    46 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    47 
       
    48 deploy.path = C:
       
    49 qtplugins.path = /resource/qt/plugins/controlpanel/bearerap
       
    50 qtplugins.sources += qmakepluginstubs/cppacketdataapplugin.qtplugin
       
    51 
       
    52 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    53 
       
    54 BLD_INF_RULES.prj_exports += "rom/cppacketdataapplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cppacketdataapplugin.iby)"
       
    55 BLD_INF_RULES.prj_exports += "rom/cppacketdataapplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cppacketdataapplugin_resources.iby)"
       
    56 }
       
    57 
       
    58 plugin.sources = cppacketdataapplugin.dll
       
    59 plugin.path = /resource/qt/plugins/controlpanel/bearerap
       
    60 DEPLOYMENT += plugin