equal
deleted
inserted
replaced
1 ############################################################################### |
|
2 # Copyright (c) 2000, 2007 IBM Corporation and others. |
|
3 # All rights reserved. This program and the accompanying materials |
|
4 # are made available under the terms of the Eclipse Public License v1.0 |
|
5 # which accompanies this distribution, and is available at |
|
6 # http://www.eclipse.org/legal/epl-v10.html |
|
7 # |
|
8 # Contributors: |
|
9 # IBM Corporation - initial API and implementation |
|
10 ############################################################################### |
|
11 custom = true |
|
12 ws = qt |
|
13 os = symbian |
|
14 arch=x86 |
|
15 java.edition=me |
|
16 fragment=org.eclipse.swt.qt.s60.winscw |
|
17 version.suffix=3.5.0 |
|
18 plugin.dir=../org.eclipse.swt |
|
19 tests.junit.dir=../eclipsetests |
|
20 tests.mt.dir=../nokiatests |
|
21 tests.utils.dir=../s60utils |
|
22 javac.source=1.3 |
|
23 javac.target=1.3 |
|
24 javac.debug=false |
|
25 lib.filename = eswtqt.dll |
|
26 lib.makefile = bld.inf |
|
27 lib.spec=symbian-abld |
|
28 jar.filename=eswt.jar |
|
29 generated.native.dir = generated |
|
30 loc.jar=resources.jar |
|
31 loc.qt.jar=resources_qt.jar |
|
32 qmake.dir=/epoc32/tools/qt |
|
33 make.dir=/epoc32/tools |
|