ftu.pro
changeset 0 c464cd7e2753
child 15 4956c89a3c3f
equal deleted inserted replaced
-1:000000000000 0:c464cd7e2753
       
     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 "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:  FTU project file
       
    15 #
       
    16 TEMPLATE = subdirs
       
    17 
       
    18 SUBDIRS  = ftuapplication \
       
    19            fturuntimeservices \        
       
    20            wizardproviders \           
       
    21            stateproviders \
       
    22 	   runtimeproviders
       
    23         
       
    24 
       
    25 
       
    26 tests:SUBDIRS += ftuapplication\tsrc\t_ftuapplication
       
    27 tests:SUBDIRS += runtimeproviders\ftudefaultruntimeprovider\tsrc\t_ftudefaultruntimeprovider
       
    28 tests:SUBDIRS += stateproviders\ftustateprovider\tsrc\t_ftustateprovider
       
    29 tests:SUBDIRS += fturuntimeservices\tsrc\t_fturuntimeservices
       
    30 
       
    31 CONFIG += ordered
       
    32 
       
    33 symbian:include(ftu_exports_to_rom.pri)