javauis/lcdui_akn/javalcdui/build/javalcdui.pro
branchRCL_3
changeset 66 2455ef1f5bbc
child 68 67b21c8abcea
child 73 461e71b327da
child 77 7cee158cb8cd
equal deleted inserted replaced
65:ae942d28ec0e 66:2455ef1f5bbc
       
     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=javalcdui
       
    19 CONFIG += omj java stl
       
    20 CONFIG -= qt
       
    21 
       
    22 INCLUDEPATH += ../inc.nokialcdui
       
    23 INCLUDEPATH += ../../lcdui/inc
       
    24 
       
    25 SOURCES += ../src.nokialcdui/*.cpp
       
    26 SOURCES += ../src/*.cpp
       
    27          
       
    28 LIBS += -lapgrfx \
       
    29         -lbafl \
       
    30         -lestor \
       
    31         -letext \
       
    32         -lapparc \
       
    33         -lavkon \
       
    34         -lbitgdi \
       
    35         -lcone \
       
    36         -leikcore \
       
    37         -leiksrvc \
       
    38         -leswt \
       
    39         -lfbscli \
       
    40         -ltouchfeedback \
       
    41         -ljavacoreui \
       
    42         -ljavalegacyutils \
       
    43         -lflogger \
       
    44         -lgdi \
       
    45         -lws32 \
       
    46         -lhwrmlightclient \
       
    47         -lgfxtrans \
       
    48         -lws32 \
       
    49         -lCentralRepository \ 
       
    50 #ifdef RD_JAVA_NGA_ENABLED
       
    51 	-llibegl \
       
    52 	-llibglesv1_cm
       
    53 #endif // RD_JAVA_NGA_ENABLED
       
    54 
       
    55 include(../../../../build/omj.pri)