commonutilities/externalutility/externalutility.pro
changeset 23 74c9f037fd5d
child 44 aa2fa096cbfb
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     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 = glxexternalutility
       
    19 DEPENDPATH += . inc src
       
    20 INCLUDEPATH += . ../../inc 
       
    21 
       
    22 CONFIG += hb
       
    23 
       
    24 DEFINES += BUILD_EXTERNALUTILITY
       
    25 symbian: { 
       
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    27 TARGET.UID3 = 0x20007192
       
    28 TARGET.EPOCALLOWDLLDATA = 1
       
    29 TARGET.CAPABILITY = ALL -TCB 
       
    30 }
       
    31 exportfile = "inc/glxexternalutility.h APP_LAYER_PLATFORM_EXPORT_PATH(glxexternalutility.h)"
       
    32 BLD_INF_RULES.prj_exports += exportfile
       
    33 
       
    34 # Input
       
    35 HEADERS += inc/glxexternalutility.h 
       
    36 SOURCES += src/glxexternalutility.cpp
       
    37 
       
    38 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT