locationsystemui/locationsysui/privacyverifiernotifierui/posverificationdialogplugin/posverificationdialogplugin.pro
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description: project file for positioing settings in control panel
       
    11 TEMPLATE = lib
       
    12 TARGET = posverificationdialogplugin
       
    13 DEPENDPATH += .
       
    14 INCLUDEPATH += ../inc
       
    15 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    16 CONFIG += hb \
       
    17     plugin
       
    18 MOC_DIR = moc
       
    19 OBJECTS_DIR = obj
       
    20 RCC_DIR = rcc
       
    21 RESOURCES = resources/posverificationdialog.qrc
       
    22 
       
    23 #Uncomment following line to disable logging
       
    24 #DEFINES += QT_NO_DEBUG_OUTPUT
       
    25 
       
    26 # Platforms
       
    27 SYMBIAN_PLATFORMS = WINSCW \
       
    28     ARMV5
       
    29 symbian::TARGET.UID3 = 0x2002E718
       
    30 SOURCES += src/apilogger.cpp \
       
    31 		src/posverificationdialogplugin.cpp \
       
    32     src/customdocumentloader.cpp \
       
    33     src/posverificationcustomdialog.cpp
       
    34 HEADERS += inc/apilogger.h \
       
    35     inc/posverificationdialogplugin.h \
       
    36     inc/customdocumentloader.h \
       
    37     inc/posverificationcustomdialog.h
       
    38 symbian: { 
       
    39     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    40     TARGET.EPOCALLOWDLLDATA = 1
       
    41     pluginstub.sources = posverificationdialogplugin.dll
       
    42     
       
    43     # This is for new exporting system coming in garden
       
    44     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    45     pluginstub.path = /resource/plugins/devicedialogs
       
    46     DEPLOYMENT += pluginstub
       
    47 }
       
    48