diff -r 053c6c7c14f3 -r 0efa10d348c0 contentstorage/casrv/calocalizerscanner/calocalizerscanner.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contentstorage/casrv/calocalizerscanner/calocalizerscanner.pro Tue Aug 31 15:30:51 2010 +0300 @@ -0,0 +1,59 @@ +# +# 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: +# + +include(./../../../common.pri) + +CONFIG += symbian_i18n hb + +TRANSLATIONS=contentstorage.ts + +symbian: { + DEPENDPATH += ./inc \ + ./src + INCLUDEPATH += ./inc \ + ../casrvmgr/inc \ + ../../cautils/inc \ + ../../srvinc \ + ../../castorage/inc \ + ../../inc \ + $$MW_LAYER_SYSTEMINCLUDE + TEMPLATE = lib + TARGET.UID2 = 0x10009D8D + TARGET.UID3 = 0x20028708 + TARGET.CAPABILITY = ALL \ + -TCB + TARGET.VENDORID = VID_DEFAULT + TARGET.EPOCALLOWDLLDATA = 1 + rssResource = "SOURCEPATH ./data" \ + "START RESOURCE calocalizerscanner.rss" \ + " LANG sc" \ + " TARGETPATH resource/plugins" \ + " TARGET calocalizerscanner.rsc" \ + "END" + MMP_RULES += rssResource + HEADERS += ./inc/*.h + SOURCES += ./src/*.cpp + LIBS += -leuser \ + -lecom \ + -lcautils \ + -lcamenu \ + -lefsrv +} + +exportResources(./*.qm, resource/qt/translations) + + +