securitysettings/cpwlansecurityuiplugins/cpwpa2ui/cpwpa2ui.pro
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
     1 # 
     1 #
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 #
     8 #
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # 	Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #	Control Panel UI for WPA2 only security mode
    15 #   Control Panel plugin for WPA2 WLAN security mode
    16 #
    16 
    17 # %version: 14 %
    17 # %version: tr1cfwln#16 %
    18 #
    18 
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 TARGET = cpwpa2ui
    21 TARGET = cpwpa2ui
    22 
    22 
    23 DEPENDPATH += 
    23 DEPENDPATH += 
    24 
    24 
    25 INCLUDEPATH += \
    25 INCLUDEPATH += \
    26 	$$MW_LAYER_SYSTEMINCLUDE \
       
    27     $$OS_LAYER_SYSTEMINCLUDE \
       
    28     ../inc
    26     ../inc
    29     
    27     
    30 CONFIG += \
    28 CONFIG += \
    31 	hb \
    29     hb \
    32     plugin
    30     plugin
    33     
    31     
    34 LIBS += \ 
    32 LIBS += \ 
    35 	-lcpframework \    
    33     -lcpframework \    
    36     -lcpwpacmnui \
    34     -lcpwpacmnui \
    37     -lconnection_settings_shim \
    35     -lconnection_settings_shim \
    38     -leapqtconfiginterface
    36     -leapqtconfiginterface
    39     
    37     
    40 MOC_DIR = _moc
    38 MOC_DIR     = _build
    41 RCC_DIR = _rcc
    39 RCC_DIR     = _build
    42 OBJECTS_DIR = _objects
    40 OBJECTS_DIR = _build
    43 
    41 
    44 # Input
    42 # Input
    45 HEADERS += \ 
    43 HEADERS += \ 
    46 	traces/OstTraceDefinitions.h \
    44     traces/OstTraceDefinitions.h \
    47     inc/cpwpa2ui.h
    45     inc/cpwpa2ui.h
    48     
    46     
    49 SOURCES += src/cpwpa2ui.cpp
    47 SOURCES += \
       
    48     src/cpwpa2ui.cpp
    50 
    49 
    51 symbian: 
    50 symbian: 
    52 { 
    51 { 
    53 	TARGET.CAPABILITY = CAP_GENERAL_DLL
    52     TARGET.CAPABILITY = CAP_GENERAL_DLL
    54     TARGET.EPOCALLOWDLLDATA = 1
    53     TARGET.EPOCALLOWDLLDATA = 1
    55     TARGET.UID3 = 0x2002DC73
    54     TARGET.UID3 = 0x2002DC73
    56 
    55 
    57     deploy.path = C:
    56     deploy.path = C:
    58     qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
    57     qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
    59     qtplugins.sources += qmakepluginstubs/cpwpa2ui.qtplugin
    58     qtplugins.sources += qmakepluginstubs/cpwpa2ui.qtplugin
    60     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
    59     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
    61 
    60 
    62     BLD_INF_RULES.prj_exports += \ 
    61     BLD_INF_RULES.prj_exports += \ 
    63     	"rom/cpwpa2ui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwpa2ui.iby)"
    62       "rom/cpwpa2ui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwpa2ui.iby)"
    64 }
    63 }
    65 
    64 
    66 symbian: 
    65 symbian: 
    67 {
    66 {
    68     MMP_RULES += "USERINCLUDE traces"
    67     MMP_RULES += "USERINCLUDE traces"