messagingapp/msgutils/s60qconversions/s60qconversions.pro
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 38 4e4b6adb1024
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
     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 = s60qconversions
       
    19 DEPENDPATH += . inc src
       
    20 INCLUDEPATH += .
       
    21 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    22 
       
    23 DEFINES += BUILD_S60QCONV_DLL
       
    24 #QMAKE_CXXFLAGS.ARMCC -= --no_hide_all
       
    25 
       
    26 # UID3
       
    27 TARGET.UID3 = 0x2001FE7B
       
    28 
       
    29 # Capability
       
    30 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    31 
       
    32 TARGET.EPOCALLOWDLLDATA = 1
       
    33 
       
    34 # Platforms
       
    35 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    36 
       
    37 # Build.inf rules
       
    38 BLD_INF_RULES.prj_exports += \
       
    39      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    40      "rom/s60qconversions.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(s60qconversions.iby)"
       
    41 
       
    42 # Input
       
    43 HEADERS += inc/s60qconversions.h
       
    44 SOURCES += src/s60qconversions.cpp
       
    45