calendarui/styleplugins/calengriditemstyleplugin/calengriditemstyleplugin.pro
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 24 f6320731c6bb
child 26 a949c2543c15
child 45 b6db4fd4947b
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
     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: Project definition file for calengriditemstyleplugin
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = $$qtLibraryTarget(calengriditemstyleplugin)
       
    19 
       
    20 CONFIG += plugin hb
       
    21 
       
    22 INCLUDEPATH += .\
       
    23 		   ./inc 
       
    24 
       
    25 DEPENDPATH += . \
       
    26 		  ./inc \
       
    27 		  ./src \
       
    28 		  ./data
       
    29 
       
    30 symbian:{
       
    31 TARGET.UID3 = 0x2001FE72
       
    32 TARGET.EPOCALLOWDLLDATA = 1
       
    33 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    34 }
       
    35 
       
    36 SOURCES += calengriditemstyleplugin.cpp 
       
    37 
       
    38 HEADERS += calengriditemstyleplugin.h 
       
    39 
       
    40 RESOURCES += calengriditemstyleplugin.qrc
       
    41 
       
    42