clock/tsrc/unittest_timezoneclient/unittest_timezoneclient.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:
       
    15 # Project specification file for timezoneclient unit test.
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = uttimezoneclient
       
    20 CONFIG += qtestlib
       
    21 CONFIG += symbian_test
       
    22 
       
    23 DEPENDPATH += .
       
    24 
       
    25 INCLUDEPATH += . \
       
    26 				../../inc \
       
    27 				../../clockmw/clocktimezone/inc
       
    28 
       
    29 symbian: {
       
    30 		BLD_INF_RULES.prj_testexports += \
       
    31 					"./rom/unittest_timezoneclient.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_timezoneclient.iby)"
       
    32     LIBS += -leuser \
       
    33 			-ltimezoneclient
       
    34 
       
    35 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE  
       
    36 	TARGET.EPOCHEAPSIZE = 0x200000 0x4000000
       
    37 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    38 }
       
    39 
       
    40 SOURCES += unittest_timezoneclient.cpp 
       
    41 
       
    42 # End of file	--Don't remove.