radioapp/radioapp.pro
branchRCL_3
changeset 19 cce62ebc198e
equal deleted inserted replaced
18:1a6714c53019 19:cce62ebc198e
       
     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:
       
    15 #
       
    16 
       
    17 TEMPLATE = subdirs
       
    18 
       
    19 # Process directories in order that they are given
       
    20 CONFIG += ordered
       
    21 
       
    22 SUBDIRS += radioenginewrapper
       
    23 SUBDIRS += radiopresetstorage
       
    24 SUBDIRS += radiouiengine
       
    25 SUBDIRS += radiowidgets
       
    26 SUBDIRS += radiowidgetsplugin
       
    27 SUBDIRS += radioapplication
       
    28 
       
    29 symbian {
       
    30     BLD_INF_RULES.prj_mmpfiles += $$LITERAL_HASH"include \"../rom/bld.inf\""
       
    31 }