author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:32:06 +0100 | |
branch | GCC_SURGE |
changeset 47 | 5b14749788d7 |
parent 27 | e4592d119491 |
parent 43 | 35b64624a9e7 |
permissions | -rw-r--r-- |
31 | 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 |
SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
20 |
||
21 |
# DLLs |
|
43
35b64624a9e7
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
22 |
SUBDIRS += msgaudiofetcher/msgaudiofetcher.pro |
31 | 23 |
SUBDIRS += msguiutils/msguiutils.pro |
24 |
SUBDIRS += appengine/appengine.pro |
|
25 |
SUBDIRS += conversationview/conversationview.pro |
|
26 |
SUBDIRS += unifiededitor/unifiededitor.pro |
|
27 |
SUBDIRS += unifiedviewer/unifiedviewer.pro |
|
28 |
# EXEs |
|
29 |
SUBDIRS += msgapp/msgapp.pro |
|
30 |