javauis/coreui_akn/build/javacoreui.pro
branchRCL_3
changeset 19 04becd199f91
child 77 7cee158cb8cd
equal deleted inserted replaced
16:f5050f1da672 19: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: The build file of the Core UI
       
    15 #
       
    16 
       
    17 TEMPLATE=lib
       
    18 TARGET=javacoreui
       
    19 CONFIG += omj staticdata java stl
       
    20 CONFIG -= qt
       
    21 LIBS += -laknicon \
       
    22         -laknlayout2 \
       
    23         -laknskins \
       
    24         -laknskinsrv \
       
    25         -lapgrfx \
       
    26         -lapparc \
       
    27         -lavkon \
       
    28         -lbafl \
       
    29         -lbitgdi \
       
    30         -lCdlEngine \
       
    31         -lcone \
       
    32         -legul \
       
    33         -lefsrv \
       
    34         -leikcoctl \
       
    35         -leikcore \
       
    36         -leiksrvc \ 
       
    37         -lfbscli \ 
       
    38         -lgdi \ 
       
    39         -lgfxtrans \
       
    40         -limageconversion \
       
    41         -ljavalegacyutils \
       
    42         -lws32 \
       
    43         -lalfclient \
       
    44         -leswt \
       
    45         -ljavaruntimestarterutils
       
    46 
       
    47 
       
    48 include(../../../build/omj.pri)