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