clock/tsrc/tsrc.pro
changeset 83 5aadd1120515
parent 45 b6db4fd4947b
equal deleted inserted replaced
82:dcd0ca396fa1 83:5aadd1120515
    13 #  
    13 #  
    14 # Description:
    14 # Description:
    15 # This is the project specification file clock test code
    15 # This is the project specification file clock test code
    16 #
    16 #
    17 
    17 
    18 # include test components here
    18 TEMPLATE = subdirs
       
    19 
       
    20 SUBDIRS += \
       
    21 					unittest_clockengines \
       
    22 					unittest_settingsutility \
       
    23 					unittest_alarmclient \
       
    24 					unittest_timezoneclient
       
    25 					
       
    26 		
       
    27 CONFIG += qtestlib
       
    28 CONFIG += symbian_test
       
    29 CONFIG += ordered
    19 
    30 
    20 # End of file	--Don't remove this
    31 # End of file	--Don't remove this