notes/tsrc/tsrc.pro
changeset 45 b6db4fd4947b
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
       
     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 # This is the project specification file notes test code
       
    16 #
       
    17 
       
    18 TEMPLATE = subdirs
       
    19 SUBDIRS += \
       
    20 		unittest_notesmodel \
       
    21 		unittest_noteseditor
       
    22 CONFIG += qtestlib
       
    23 CONFIG += symbian_test
       
    24 CONFIG += ordered
       
    25 
       
    26 symbian: {
       
    27 	BLD_INF_RULES.prj_testexports += \
       
    28 	"./rom/unit_notes.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unit_notes.iby)" \
       
    29 	"./rom/unit_noteseditor.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unit_noteseditor.iby)"
       
    30 }
       
    31 
       
    32 # End of file	--Don't remove this