phone.pro
author Lars Kurth <larsk@symbian.org>
Tue, 15 Jun 2010 14:14:38 +0100
branchGCC_SURGE
changeset 40 bab96b7ed1a4
parent 27 2f8f8080a020
child 51 f39ed5e045e0
permissions -rw-r--r--
Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
40
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     1
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     2
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     3
# All rights reserved.
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     4
# This component and the accompanying materials are made available
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     5
# under the terms of "Eclipse Public License v1.0"
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     6
# which accompanies this distribution, and is available
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     7
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     8
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
     9
# Initial Contributors:
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    10
# Nokia Corporation - initial contribution.
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    11
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    12
# Contributors:
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    13
# 
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    14
# Description: Project file for building Phone components
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    15
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    16
#
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    17
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    18
TEMPLATE = subdirs
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    19
CONFIG += ordered
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    20
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    21
symbian: {
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    22
:BLD_INF_RULES.prj_mmpfiles += $$LITERAL_HASH"include \"group/bld.inf\""
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    23
SUBDIRS += phoneengine/phonecntfinder2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    24
SUBDIRS += phoneengine/phoneservices
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    25
SUBDIRS += phoneengine/parserrecognizer
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    26
SUBDIRS += phoneengine/phonemodel
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    27
SUBDIRS += phoneengine/networkhandlingstarter
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    28
SUBDIRS += phoneuis/bubblemanager2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    29
SUBDIRS += phoneplugins/phoneindicatorplugin
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    30
SUBDIRS += phoneapp/phoneuiview2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    31
SUBDIRS += phoneapp/phoneuiqtviewadapter
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    32
SUBDIRS += phoneapp/phonestringloader
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    33
SUBDIRS += phoneapp/phoneui2
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    34
SUBDIRS += phonesettings/cpphonesettingsplugins
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    35
SUBDIRS += phoneplugins/hsdialerwidgetplugin
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    36
SUBDIRS += phoneplugins/infowidgetplugin
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    37
SUBDIRS += phoneuis/ussdeditor
bab96b7ed1a4 Bug 2940 - component missing in phone.pro and malformed use of %d in format string of printf style API
Lars Kurth <larsk@symbian.org>
parents: 27
diff changeset
    38
}
21
92ab7f8d0eab Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    39