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