javacommons/utils/build/javautils.pro
branchRCL_3
changeset 14 04becd199f91
child 18 9ac0a0a7da70
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     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=javautils
       
    19 CONFIG += omj java staticdata stl
       
    20 CONFIG -= qt
       
    21 
       
    22 include(../../../inc/build_defines.pri)
       
    23 
       
    24 contains(PROJECT_DEFINES,RD_JAVA_UI_QT) {
       
    25   CONFIG += qt
       
    26   QT = core
       
    27 }
       
    28 
       
    29 SOURCES += ../src/*.cpp
       
    30 
       
    31 symbian {
       
    32     INCLUDEPATH += ../inc.s60 ../functionserver/inc.s60
       
    33                    
       
    34 
       
    35     SOURCES += ../functionserver/src/*.cpp \
       
    36                ../functionserver/src.s60/*.cpp \
       
    37                ../src.s60/*.cpp \
       
    38 
       
    39       LIBS += -lflogger -lplatformver -lsysversioninfo -lsysutil -lbafl \
       
    40               -lefsrv -ljavaenv -lhal -llibcrypto -lcommonengine -lplatformenv
       
    41 
       
    42     !contains(PROJECT_DEFINES,RD_JAVA_UI_QT) {
       
    43         LIBS += -lavkon
       
    44     }
       
    45 }
       
    46 
       
    47 !symbian:debug {
       
    48   DEFINES += LOGGING_ON NGJAVA_LOGGER_ON NGJAVA_HEAVY_LOGGER_ON
       
    49 }
       
    50 
       
    51 !symbian {
       
    52     INCLUDEPATH += ../inc.linux
       
    53     SOURCES += ../src.linux/javaoslayer.cpp \
       
    54                ../src.linux/properties.cpp \
       
    55                ../src.linux/formatternative.cpp
       
    56 
       
    57     LIBS +=  -ldl -lcrypto
       
    58 }
       
    59 
       
    60 include(../../../build/omj.pri)