clock/tsrc/unittest_alarmclient/unittest_alarmclient.pro
changeset 83 5aadd1120515
equal deleted inserted replaced
82:dcd0ca396fa1 83:5aadd1120515
       
     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 the License "Symbian Foundation License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 # 
       
    14 # Description: pro file for settingsutility unit test.
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = utalarmclient
       
    20 CONFIG += qtestlib
       
    21 CONFIG += symbian_test
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += . \
       
    24 			   				../../inc \
       
    25                	../../clockmw/clockalarms/inc
       
    26 
       
    27 # Input
       
    28 SOURCES += unittest_alarmclient.cpp
       
    29 
       
    30 symbian: {
       
    31 		BLD_INF_RULES.prj_testexports += \
       
    32 					"./rom/unittest_alarmclient.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_alarmclient.iby)"
       
    33 					
       
    34     LIBS += -leuser \
       
    35             -lclockalarmclient
       
    36 
       
    37     INCLUDEPATH += /epoc32/include/osextensions/stdapis/stlport
       
    38 		INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    39     TARGET.EPOCHEAPSIZE = 0x200000 0x4000000
       
    40     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    41 }
       
    42 
       
    43 # End of file	--Don't remove this.