utilities/mpalbumcoverwidget/mpalbumcoverwidget.pro
changeset 48 af3740e3753f
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     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 CONFIG += hb qt
       
    19 TARGET = mpalbumcoverwidget
       
    20 symbian: { 
       
    21     TARGET.UID3 = 0x10207C96
       
    22     MMP_RULES += "DEFFILE mpalbumcoverwidget.def" SMPSAFE
       
    23     defFilePath = .
       
    24     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26 }
       
    27 DEFINES += BUILD_MPALBUMCOVERWIDGET
       
    28 
       
    29 INCLUDEPATH += . \
       
    30 	 inc \
       
    31 	 ../../inc
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    33             
       
    34 # Input
       
    35 HEADERS += ../../inc/mpalbumcoverwidget.h
       
    36 
       
    37 SOURCES += src/mpalbumcoverwidget.cpp
       
    38