javauis/coreui_qt/build/javacoreui.pro
changeset 79 2f468c1958d0
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
       
     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 
       
    21 symbian {
       
    22     CONFIG += hb
       
    23     LIBS += -ltstaskmonitorclient
       
    24 }
       
    25 
       
    26 !symbian {
       
    27     CONFIG -= qt
       
    28 }
       
    29 
       
    30 include(../../../build/omj.pri)