cmmanager/cpwlanapplugin/cpwlanapplugin.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 13:17:01 +0300
changeset 27 489cf6208544
parent 20 9c97ad6591ae
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

#
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "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.
#
# Contributors:
#
# Description:
# Project info file for Control Panel WLAN AP plugin. 
#

TEMPLATE = lib
TARGET = cpwlanapplugin
DEPENDPATH += .
INCLUDEPATH += .

# Temporary solution to fix tracecompiler
# When tracecompiler is fixed, this can be removed
symbian: {
    MMP_RULES += "USERINCLUDE traces"
}

CONFIG += hb plugin

MOC_DIR = moc
OBJECTS_DIR = obj
RCC_DIR = rcc

LIBS += -lcpframework -lconnection_settings_shim

# Sources
HEADERS += inc/cpwlanapplugin.h \
           inc/cpwlanapview.h \
           inc/cpwlanapadvancedview.h \
           traces/OstTraceDefinitions.h
SOURCES += src/cpwlanapplugin.cpp \
           src/cpwlanapview.cpp \
           src/cpwlanapadvancedview.cpp

# Include plugin utilities
include(../cppluginutils/cppluginutils.pri)

symbian:
{
TARGET.EPOCALLOWDLLDATA = 1
TARGET.UID3 = 0x2002C369
TARGET.CAPABILITY = CAP_GENERAL_DLL

deploy.path = C:
qtplugins.path = /resource/qt/plugins/controlpanel/bearerap
qtplugins.sources += qmakepluginstubs/cpwlanapplugin.qtplugin

for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"

BLD_INF_RULES.prj_exports += "rom/cpwlanapplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwlanapplugin.iby)"
}

plugin.sources = cpwlanapplugin.dll
plugin.path = /resource/qt/plugins/controlpanel/bearerap
DEPLOYMENT += plugin