|
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=app |
|
18 TARGET=javacaptain |
|
19 CONFIG += omj no_icon stl |
|
20 CONFIG -= qt |
|
21 |
|
22 INCLUDEPATH += ../rtcplugins/midp/inc \ |
|
23 ../extensionplugins/boot/inc \ |
|
24 ../extensionplugins/mmc/inc |
|
25 |
|
26 DEPENDPATH += ../rtcplugins/midp/inc \ |
|
27 ../extensionplugins/boot/inc \ |
|
28 ../extensionplugins/mmc/inc |
|
29 |
|
30 SOURCES += ../src/*.cpp \ |
|
31 ../rtcplugins/midp/src/*.cpp \ |
|
32 ../extensionplugins/boot/src/*.cpp \ |
|
33 ../extensionplugins/mmc/src/*.cpp |
|
34 |
|
35 LIBS += -ljavacomms -ljavaipc -ljavafileutils -ljavastorage |
|
36 |
|
37 symbian { |
|
38 LIBS += -lefsrv -lAknNotify |
|
39 TARGET.EPOCHEAPSIZE = 0x2800 0x100000 |
|
40 TARGET.EPOCSTACKSIZE = 0x2000 |
|
41 TARGET.UID2 = 0x200211DC |
|
42 TARGET.UID3 = 0x200211DC |
|
43 TARGET.CAPABILITY = all -tcb -allfiles -drm |
|
44 DEPENDPATH += ../inc.s60 |
|
45 INCLUDEPATH += ../inc.s60 |
|
46 SOURCES += ../src.s60/*.cpp |
|
47 |
|
48 } |
|
49 |
|
50 !symbian { |
|
51 LIBS += -lpthread -lrt |
|
52 DEPENDPATH += ../inc.linux |
|
53 INCLUDEPATH += ..inc.linux |
|
54 SOURCES += ../src.linux/*.cpp |
|
55 } |
|
56 |
|
57 include(../../../build/omj.pri) |