hswidgetmodel/hswidgetmodel.pro
changeset 60 f62f87b200ec
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
       
     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 
       
    19 include (../common.pri)
       
    20 
       
    21 CONFIG += hb
       
    22 
       
    23 QT += xml
       
    24 
       
    25 symbian: {
       
    26 TARGET.UID3 = 0x20022F3D
       
    27 }
       
    28 
       
    29 DEFINES += HSWIDGETMODEL_LIB
       
    30 
       
    31 DEPENDPATH += . \
       
    32               inc \
       
    33               src
       
    34 
       
    35 INCLUDEPATH += . \
       
    36                inc 
       
    37 
       
    38 include(hswidgetmodel.pri)
       
    39