tsdevicedialog/tsdevicedialogplugin/tsdevicedialogplugin.pro
changeset 125 26079c1bb561
parent 123 d1dadafc5584
child 126 efda7c0771b9
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
     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: tsdevicedialogplugin.pro
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += hb plugin mobility
       
    19 MOBILITY = publishsubscribe
       
    20 
       
    21 include (../common.pri)
       
    22 
       
    23 HEADERS +=  inc/tsdevicedialogcontainer.h \
       
    24             inc/tsdevicedialogplugin.h \
       
    25             inc/tsmodel.h \
       
    26             inc/tsmodelitem.h \
       
    27             inc/tstasksgrid.h \
       
    28             inc/tstasksgriditem.h \
       
    29             inc/tsdocumentloader.h \
       
    30             inc/tsdataroles.h \
       
    31             inc/tsnoitemslabel.h \
       
    32 
       
    33 SOURCES +=  src/tsdevicedialogcontainer.cpp \
       
    34             src/tsdevicedialogplugin.cpp \
       
    35             src/tsmodel.cpp \
       
    36             src/tsmodelitem.cpp \
       
    37             src/tstasksgrid.cpp \
       
    38             src/tstasksgriditem.cpp \
       
    39             src/tsdocumentloader.cpp \
       
    40             src/tsnoitemslabel.cpp \
       
    41 
       
    42 INCLUDEPATH += . \
       
    43                ./inc \
       
    44                ../../inc \
       
    45 
       
    46 LIBS +=     -ltstaskmonitorclient
       
    47             
       
    48 TRANSLATIONS = taskswitcher.ts
       
    49 
       
    50 RESOURCES += tsdevicedialogplugin.qrc
       
    51                
       
    52 DOCML += resource/layout.docml
       
    53                
       
    54 symbian {
       
    55     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
       
    56     TARGET.UID3 = 0x2002677F
       
    57     pluginstub.sources = tsdevicedialogplugin.dll
       
    58     pluginstub.path = /resource/plugins/devicedialogs
       
    59     DEPLOYMENT += pluginstub
       
    60     
       
    61     BLD_INF_RULES.prj_exports += \
       
    62     "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    63     "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \
       
    64     "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)"
       
    65 }
       
    66 
       
    67 win32 {
       
    68     include ($$[QMAKE_MKSPECS]/features/hb_install.prf)
       
    69     DESTDIR = $$HB_PLUGINS_DIR/devicedialogs
       
    70 }