taskswitcher/activitytsplugin/activitytsplugin.pro
changeset 119 50e220be30d1
child 125 26079c1bb561
equal deleted inserted replaced
116:305818acdca4 119:50e220be30d1
       
     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 TARGET = activitytsplugin
       
    19 
       
    20 CONFIG += plugin 
       
    21 
       
    22 CONFIG += mobility
       
    23 MOBILITY = serviceframework
       
    24 
       
    25 CONFIG += qtservice 
       
    26 QTSERVICE.DESCRIPTOR = data/activitytsplugin.xml
       
    27 
       
    28 INCLUDEPATH +=  inc \
       
    29                 ../../../inc \
       
    30 
       
    31 HEADERS +=  inc/activitytsplugin.h \
       
    32             inc/activitytsmodel.h \
       
    33             inc/activitytsentry.h \
       
    34             
       
    35 SOURCES +=  src/activitytsplugin.cpp \
       
    36             src/activitytsmodel.cpp \
       
    37             src/activitytsentry.cpp \
       
    38 
       
    39 symbian {
       
    40     load(data_caging_paths)
       
    41     pluginDep.sources = activitytsplugin.dll
       
    42     pluginDep.path = $$QT_PLUGINS_BASE_DIR    
       
    43     DEPLOYMENT += pluginDep
       
    44     
       
    45     TARGET.EPOCALLOWDLLDATA = 1
       
    46     TARGET.CAPABILITY = ALL -TCB
       
    47     
       
    48     LIBS += -lfbscli
       
    49     LIBS += -lxqsettingsmanager
       
    50 
       
    51     # service framework XML deployment/export
       
    52     xml.sources = ./data/activitytsplugin.xml
       
    53     xml.path = $$RESOURCE_FILES_DIR/taskswitcher
       
    54     
       
    55     DEPLOYMENT += xml
       
    56 
       
    57     #temporary workaround
       
    58     BLD_INF_RULES.prj_exports += "data/activitytsplugin.xml z:/resource/taskswitcher/activitytsplugin.xml"
       
    59 }