homescreensrv_plat/activity_framework_api/tsrc/t_afactivitylauncher/t_afactivitylauncher.pro
changeset 125 26079c1bb561
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: 
       
    15 #
       
    16 
       
    17 CONFIG += qtestlib console
       
    18 
       
    19 INCLUDEPATH +=  ./inc \
       
    20                 mocks/inc/ \
       
    21                 ../../../../activityfw/afactivitylauncher/inc/ \
       
    22                 ../../../../activityfw/inc/ \
       
    23                 ../../../../activityfw/storage/common/inc/ \
       
    24                 ../../../../activityfw/storage/client/inc/
       
    25 
       
    26 HEADERS +=  ./inc/t_afactivitylauncher.h \
       
    27             ../../../../activityfw/storage/common/inc/afentry.h
       
    28 
       
    29 SOURCES +=  mocks/src/afapplicationlauncher.cpp \
       
    30             ./src/t_afactivitylauncher.cpp \
       
    31             ../../../../activityfw/afactivitylauncher/src/afactivitylauncher.cpp \
       
    32             ../../../../activityfw/afactivitylauncher/src/afactivitylauncher_p.cpp \
       
    33             mocks/src/afstorageclient.cpp \
       
    34             ../../../../activityfw/storage/common/src/afentry.cpp
       
    35             
       
    36             
       
    37 
       
    38 LIBS += -linetprotutil \
       
    39         -lestor \
       
    40         -lapgrfx \
       
    41         -lws32 \
       
    42 
       
    43 symbian:!coverage: CONFIG += symbian_test
       
    44 
       
    45 
       
    46 symbian:MMP_RULES += SMPSAFE