phoneuis/bubblemanager2/bubblecore/bubblecore.pro
changeset 21 92ab7f8d0eab
child 27 2f8f8080a020
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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 
       
    18 TEMPLATE = lib
       
    19 TARGET = bubblemanager2
       
    20 CONFIG += hb
       
    21 
       
    22 INCLUDEPATH += . ../inc
       
    23 
       
    24 symbian {
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26     TARGET.CAPABILITY = ALL -TCB
       
    27     TARGET.UID3 = 0x100058FF
       
    28     
       
    29     defFiles = \
       
    30         "$${LITERAL_HASH}ifdef WINS" \
       
    31             "DEFFILE bwins/bubblecore.def" \
       
    32         "$${LITERAL_HASH}else" \
       
    33             "DEFFILE eabi/bubblecore.def" \
       
    34         "$${LITERAL_HASH}endif"
       
    35     
       
    36     MMP_RULES += defFiles
       
    37 }
       
    38 else:win32 { 
       
    39     # Put it to Hb/lib because it is in path
       
    40     DESTDIR = c:/hb/lib
       
    41     DLLDESTDIR = c:/hb/bin
       
    42     INCLUDEPATH += c:/hb/include/hbcore \
       
    43         c:/hb/include/hbwidgets \
       
    44         c:/hb/include/hbtools
       
    45 }
       
    46 DEFINES += BUILD_BUBBLEMANAGER
       
    47 
       
    48 # Input
       
    49 include(src/bubblecore.pri)
       
    50 RESOURCES += bubblecore.qrc