javauis/eswt_qt/build/eswtqt/eswtqt.pro
changeset 80 d6dafc5d983f
parent 35 85266cc22c7f
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 the License "Eclipse Public License v1.0"
     5 # under the terms of the License "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".
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
       
    17 include(../../../../inc/build_defines.pri)
       
    18 
    17 TEMPLATE=lib
    19 TEMPLATE=lib
    18 TARGET=eswtqt
    20 TARGET=eswtqt
    19 CONFIG += omj java
    21 CONFIG += omj java
       
    22 
       
    23 symbian {
       
    24     contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    25         CONFIG += qt hb
       
    26         TRANSLATIONS = javauitoolkits.ts
       
    27     }
       
    28 }
       
    29 
    20 
    30 
    21 include(../../org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri)
    31 include(../../org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri)
    22 include(../../org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/graphics.pri)
    32 include(../../org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/graphics.pri)
    23           
    33           
    24 include(../../../../build/omj.pri)
    34 include(../../../../build/omj.pri)