controlpanelui/src/seccodeui/seccodeui.pro
changeset 19 36aa4756ee82
parent 12 624337f114fe
child 20 22d3abee08da
equal deleted inserted replaced
12:624337f114fe 19:36aa4756ee82
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = seccodeui
       
    19 
       
    20 CONFIG += hb
       
    21 
       
    22 DEFINES += BUILD_SECCODEUI
       
    23 
       
    24 MOC_DIR = moc
       
    25 OBJECT_DIR = obj
       
    26 RCC_DIR = rcc
       
    27 
       
    28 include ( seccodeui.pri )
       
    29 
       
    30 CONFIG(debug, debug|release) {
       
    31     SUBDIRPART = debug
       
    32 } else {
       
    33     SUBDIRPART = release
       
    34 }
       
    35 
       
    36 win32: { 
       
    37     DESTDIR = C:/ControlPanel/$$SUBDIRPART/bin
       
    38     OBJECTS_DIR = $$PWD/../$$SUBDIRPART/tmp/$$TARGET
       
    39 }
       
    40 
       
    41 # Add the output dirs to the link path too
       
    42 LIBS += -L$$DESTDIR
       
    43 
       
    44 symbian: {
       
    45     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    46     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    47     INCLUDEPATH += $$MOC_DIR
       
    48     TARGET.CAPABILITY = ALL -TCB
       
    49     TARGET.EPOCALLOWDLLDATA = 1
       
    50     TARGET.UID3 = 0x20028733
       
    51 }
       
    52