cmmanager/cpwlanapplugin/cpwlanapplugin.pro
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     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 WLAN AP plugin. 
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = cpwlanapplugin
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += .
       
    22 
       
    23 # Temporary solution to fix tracecompiler
       
    24 # When tracecompiler is fixed, this can be removed
       
    25 symbian: {
       
    26     MMP_RULES += "USERINCLUDE traces"
       
    27 }
       
    28 
       
    29 CONFIG += hb plugin
       
    30 
       
    31 MOC_DIR = moc
       
    32 OBJECTS_DIR = obj
       
    33 RCC_DIR = rcc
       
    34 
       
    35 LIBS += -lcpframework -lconnection_settings_shim
       
    36 
       
    37 # Sources
       
    38 HEADERS += inc/cpwlanapplugin.h \
       
    39            inc/cpwlanapview.h \
       
    40            inc/cpwlanapadvancedview.h \
       
    41            traces/OstTraceDefinitions.h
       
    42 SOURCES += src/cpwlanapplugin.cpp \
       
    43            src/cpwlanapview.cpp \
       
    44            src/cpwlanapadvancedview.cpp
       
    45 
       
    46 # Include plugin utilities
       
    47 include(../cppluginutils/cppluginutils.pri)
       
    48 
       
    49 symbian:
       
    50 {
       
    51 TARGET.EPOCALLOWDLLDATA = 1
       
    52 TARGET.UID3 = 0x2002C369
       
    53 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    54 
       
    55 deploy.path = C:
       
    56 qtplugins.path = /resource/qt/plugins/controlpanel/bearerap
       
    57 qtplugins.sources += qmakepluginstubs/cpwlanapplugin.qtplugin
       
    58 
       
    59 for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    60 
       
    61 BLD_INF_RULES.prj_exports += "rom/cpwlanapplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwlanapplugin.iby)"
       
    62 }
       
    63 
       
    64 plugin.sources = cpwlanapplugin.dll
       
    65 plugin.path = /resource/qt/plugins/controlpanel/bearerap
       
    66 DEPLOYMENT += plugin