javaextensions/pim/build/javapim.pro
changeset 80 d6dafc5d983f
parent 67 63b81d807542
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
       
    16 
       
    17 include(../../../inc/build_defines.pri)
    16 
    18 
    17 TARGET=javapim
    19 TARGET=javapim
    18 TEMPLATE=lib
    20 TEMPLATE=lib
    19 CONFIG += omj java stl
    21 CONFIG += omj java stl
    20 CONFIG -= qt
    22 CONFIG -= qt
    59             -lefsrv \
    61             -lefsrv \
    60             -lCommonEngine \
    62             -lCommonEngine \
    61             -lplatformenv
    63             -lplatformenv
    62             
    64             
    63             
    65             
       
    66     contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    67         CONFIG += qt hb
       
    68         TRANSLATIONS = javapim.ts
       
    69     }
       
    70 
    64 # Resource files
    71 # Resource files
    65 MMP_RULES += "SOURCEPATH ../javapimloc/data"
    72 MMP_RULES += "SOURCEPATH ../javapimloc/data"
    66 MMP_RULES += "START RESOURCE pimcm.rss"
    73 MMP_RULES += "START RESOURCE pimcm.rss"
    67 MMP_RULES += "TARGETPATH /resource/java"
    74 MMP_RULES += "TARGETPATH /resource/java"
    68 MMP_RULES += "HEADER"
    75 MMP_RULES += "HEADER"