diff -r a0f57508af73 -r a3a4c0de738e ui/detailscustomwidget/detailsnamelabel/detailsnamelabel.pro --- a/ui/detailscustomwidget/detailsnamelabel/detailsnamelabel.pro Sat Jul 10 00:59:39 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,62 +0,0 @@ -#/* -#* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -#* All rights reserved. -#* This component and the accompanying materials are made available -#* under the terms of "Eclipse Public License v1.0" -#* which accompanies this distribution, and is available -#* at the URL "http://www.eclipse.org/legal/epl-v10.html". -#* -#* Initial Contributors: -#* Nokia Corporation - initial contribution. -#* -#* Contributors: -#* -#* Description: -#* -#*/ - -TEMPLATE = lib -TARGET = detailsnamelabel -CONFIG += hb -DEFINES += BUILD_NAMELABEL - -win32{ -CONFIG(release, debug|release){ - TARGET = detailsnamelabel - DESTDIR = ../release # for easy plugin loading -}else{ - TARGET = detailsnamelabeld - DESTDIR = ../debug # for easy plugin loading - } -} - -DEPENDPATH += ./inc \ - ./src - -INCLUDEPATH += ./inc - -SOURCES += \ - glxdetailsnamelabel.cpp - -HEADERS += \ - glxdetailsnamelabel.h - -symbian { - TARGET.UID3 = 0x2000A7BC - TARGET.EPOCALLOWDLLDATA = 1 - TARGET.CAPABILITY = CAP_GENERAL_DLL - MMP_RULES += SMPSAFE - - LIBS += -lbafl -} - -defBlock = \ -"$${LITERAL_HASH}if defined(EABI)" \ -"DEFFILE ../eabi/detailsnamelabel.def" \ - "$${LITERAL_HASH}else" \ - "DEFFILE ../bwins/detailsnamelabel.def" \ - "$${LITERAL_HASH}endif" - -MMP_RULES += defBlock - -# End of file --Don't remove this