diff -r d1dadafc5584 -r 26079c1bb561 tsdevicedialog/tsdevicedialogplugin/tsdevicedialogplugin.pro --- a/tsdevicedialog/tsdevicedialogplugin/tsdevicedialogplugin.pro Mon Sep 27 11:31:59 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,70 +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: tsdevicedialogplugin.pro -# - -TEMPLATE = lib -CONFIG += hb plugin mobility -MOBILITY = publishsubscribe - -include (../common.pri) - -HEADERS += inc/tsdevicedialogcontainer.h \ - inc/tsdevicedialogplugin.h \ - inc/tsmodel.h \ - inc/tsmodelitem.h \ - inc/tstasksgrid.h \ - inc/tstasksgriditem.h \ - inc/tsdocumentloader.h \ - inc/tsdataroles.h \ - inc/tsnoitemslabel.h \ - -SOURCES += src/tsdevicedialogcontainer.cpp \ - src/tsdevicedialogplugin.cpp \ - src/tsmodel.cpp \ - src/tsmodelitem.cpp \ - src/tstasksgrid.cpp \ - src/tstasksgriditem.cpp \ - src/tsdocumentloader.cpp \ - src/tsnoitemslabel.cpp \ - -INCLUDEPATH += . \ - ./inc \ - ../../inc \ - -LIBS += -ltstaskmonitorclient - -TRANSLATIONS = taskswitcher.ts - -RESOURCES += tsdevicedialogplugin.qrc - -DOCML += resource/layout.docml - -symbian { - TARGET.CAPABILITY = CAP_ECOM_PLUGIN - TARGET.UID3 = 0x2002677F - pluginstub.sources = tsdevicedialogplugin.dll - pluginstub.path = /resource/plugins/devicedialogs - DEPLOYMENT += pluginstub - - BLD_INF_RULES.prj_exports += \ - "$${LITERAL_HASH}include " \ - "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \ - "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)" -} - -win32 { - include ($$[QMAKE_MKSPECS]/features/hb_install.prf) - DESTDIR = $$HB_PLUGINS_DIR/devicedialogs -}