activityfw/activityserviceplugin/tsrc/unittest_activityserviceplugin/unittest_activityserviceplugin.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     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 include(../tsrc_common.pri)
       
    18 
       
    19 SOURCES +=  ./src/unittest_activityserviceplugin.cpp \
       
    20             ./src/unittest_main.cpp
       
    21 HEADERS +=  ./inc/unittest_activityserviceplugin.h
       
    22 
       
    23 RESOURCES += unittest_activityserviceplugin.qrc
       
    24 
       
    25 plugin.path = debug
       
    26 plugin.files = ../../debug/activityserviceplugin.dll
       
    27 plugin.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    28 INSTALLS += plugin
       
    29 build_pass:ALL_DEPS+=install_plugin
       
    30 
       
    31 symbian {
       
    32     CONFIG += symbian_test
       
    33     coverage: CONFIG -= symbian_test
       
    34 }
       
    35 
       
    36 INCLUDEPATH += ../../../../internal/tstestutils/inc
       
    37 LIBS += -ltstestutils