activityfw/activityserviceplugin/tsrc/unittest_applicationluncher/unittest_applicationluncher.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 CONFIG *= mobility
       
    20 MOBILITY *= publishsubscribe 
       
    21 
       
    22 SOURCES += ./src/unittest_applicationluncher.cpp
       
    23 HEADERS += ./inc/unittest_applicationluncher.h
       
    24 
       
    25 SOURCES +=  ../../s60/src/applicationlauncher_p.cpp \
       
    26             ../../src/aflauncher.cpp \
       
    27             
       
    28 HEADERS +=  ../../s60/inc/applicationlauncher_p.h \
       
    29             ../../inc/aflauncher.h \
       
    30 
       
    31 LIBS += -lxqutils
       
    32 LIBS += -lws32.dll
       
    33 
       
    34 symbian {
       
    35     CONFIG += symbian_test
       
    36     coverage: CONFIG -= symbian_test
       
    37     TARGET.CAPABILITY = ALL -TCB
       
    38     
       
    39     LIBS += -lapgrfx \       # for TApaTaskList
       
    40             -lapparc \       # for TApaAppInfo
       
    41             -lcone \         # for CCoeEnv
       
    42     
       
    43 }
       
    44 
       
    45 INCLUDEPATH += ../../../../internal/tstestutils/inc
       
    46 LIBS += -ltstestutils