activityfw/activityserviceplugin/activityserviceplugin.pro
changeset 61 8e5041d13c84
child 66 32469d7d46ff
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
       
     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 = activityserviceplugin
       
    19 
       
    20 CONFIG += plugin 
       
    21 include(activityserviceplugin.pri)
       
    22 
       
    23 HEADERS +=  activityserviceplugin.h \
       
    24             activitydatastorage.h \
       
    25             activityclient.h \
       
    26             activityclient_p.h \
       
    27             activitymanager.h \
       
    28             activitymanager_p.h \
       
    29             applicationlauncher.h \
       
    30 
       
    31 SOURCES +=  activityserviceplugin.cpp \
       
    32             activitydatastorage.cpp \
       
    33             activityclient.cpp \
       
    34             activityclient_p.cpp \
       
    35             activitymanager.cpp \
       
    36             activitymanager_p.cpp \
       
    37             applicationlauncher.cpp \
       
    38 
       
    39 symbian {
       
    40     INCLUDEPATH += ./s60/
       
    41     SOURCES += ./s60/applicationlauncher_p.cpp
       
    42     
       
    43     HEADERS += ./s60/applicationlauncher_p.h
       
    44 
       
    45     LIBS += -lhsactivitydbclient \
       
    46             -lxqutils \
       
    47  
       
    48 }
       
    49 
       
    50 win32 {
       
    51     INCLUDEPATH += ./win/
       
    52     SOURCES += ./win/applicationlauncher_p.cpp
       
    53 
       
    54     HEADERS += ./win/applicationlauncher_p.h
       
    55 }            
       
    56             
       
    57 symbian {
       
    58     load(data_caging_paths) 
       
    59     TARGET.EPOCALLOWDLLDATA = 1
       
    60     TARGET.CAPABILITY = ALL -TCB
       
    61 
       
    62     plugin.sources = activityserviceplugin.dll
       
    63     plugin.path = $$QT_PLUGINS_BASE_DIR     
       
    64 }