diff -r e03a3db4489e -r 9abfd4f00d37 securitysettings/cpwlansecurityuiplugins/cpwepui/cpwepui.pro --- a/securitysettings/cpwlansecurityuiplugins/cpwepui/cpwepui.pro Thu May 13 22:51:27 2010 +0300 +++ b/securitysettings/cpwlansecurityuiplugins/cpwepui/cpwepui.pro Mon May 24 20:32:47 2010 +0300 @@ -4,61 +4,73 @@ # under the terms of the License "Eclipse Public License v1.0" # which accompanies this distribution, and is available # at the URL "http://www.eclipse.org/legal/epl-v10.html". +# # Initial Contributors: -# Nokia Corporation - initial contribution. +# Nokia Corporation - initial contribution. +# # Contributors: +# # Description: -# Control Panel QT UI for WEP configuration -# %version: 8 % +# Control Panel UI for WEP Security mode +# +# %version: tr1cfwln#14 % +# + TEMPLATE = lib TARGET = cpwepui -DEPENDPATH += . \ - ./src -INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \ + +DEPENDPATH += + +INCLUDEPATH += \ + $$MW_LAYER_SYSTEMINCLUDE \ $$OS_LAYER_SYSTEMINCLUDE -CONFIG += hb \ + +CONFIG += \ + hb \ plugin -LIBS += -lcpframework \ + +LIBS += \ + -lcpframework \ -lconnection_settings_shim + MOC_DIR = _moc RCC_DIR = _rcc OBJECTS_DIR = _objects # Input -HEADERS += inc/wepkeyvalidator.h \ +HEADERS += \ + inc/wepkeyvalidator.h \ traces/OstTraceDefinitions.h \ - inc/wlansecuritycontrolpanelwepdefs.h \ inc/cpwepui.h -SOURCES += src/wepkeyvalidator.cpp \ + +SOURCES += \ + src/wepkeyvalidator.cpp \ src/cpwepui.cpp -symbian: { + +symbian: +{ + TARGET.CAPABILITY = CAP_GENERAL_DLL TARGET.EPOCALLOWDLLDATA = 1 TARGET.UID3 = 0x2002C2FF - BLD_INF_RULES.prj_exports += "rom/cpwepui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwepui.iby)" -} -symbian { + deploy.path = C: qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity qtplugins.sources += qmakepluginstubs/cpwepui.qtplugin - - # This is for new exporting system coming in garden + for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)" + + BLD_INF_RULES.prj_exports += \ + "rom/cpwepui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwepui.iby)" } -# Temporary solution to fix tracecompiler -# When tracecompiler is fixed, this can be removed -symbian: { +symbian: +{     MMP_RULES += "USERINCLUDE traces" } -# temporary not used; waiting for the latest .ts file ; accordingly export will change -# translation file temporarily read as qt resource -# TRANSLATIONS += /resource/qtwlan_en_GB.ts +# common translation file for all plugins +TRANSLATIONS = cpwlansecsettingsplugin.ts -RESOURCES += resources/resource.qrc - - -TARGET.CAPABILITY = CAP_GENERAL_DLL plugin.sources += cpwepui.dll plugin.path = /resource/qt/plugins/controlpanel DEPLOYMENT += plugin