0
|
1 |
#ifndef QT_IBY
|
|
2 |
#define QT_IBY
|
|
3 |
|
|
4 |
#include <bldvariant.hrh>
|
|
5 |
|
|
6 |
// Dependancies for more than one module
|
|
7 |
#include <base.iby>
|
|
8 |
#include <openenv.iby> // QtCore, QtGui, QtNetwork, QtOpenGL, QSvgIconEngine,
|
|
9 |
#include <cone.iby> // QtGui, QtOpenGL
|
|
10 |
#include <stdcpp.iby> // for std C++ support
|
|
11 |
|
|
12 |
// QtGui dependancies
|
|
13 |
#include <bafl.iby>
|
|
14 |
#include <store.iby>
|
|
15 |
#include <fntstore.iby>
|
|
16 |
#include <ecom.iby>
|
|
17 |
#include <fontutils.iby>
|
|
18 |
#include <fepbase.iby>
|
|
19 |
#include <fbserv.iby>
|
|
20 |
#include <bitgdi.iby>
|
|
21 |
#include <gdi.iby>
|
|
22 |
#include <wserv.iby>
|
|
23 |
#include <apparc.iby>
|
|
24 |
#include <uikon.iby>
|
|
25 |
#include <etext.iby>
|
|
26 |
#include <emime.iby>
|
|
27 |
#include <eikstd.iby>
|
|
28 |
#include <mmf.iby>
|
|
29 |
#include <avkon.iby>
|
|
30 |
#include <commonui.iby>
|
|
31 |
#include <platformenv.iby>
|
|
32 |
#include <senduiservices.iby>
|
|
33 |
#include <aknicon.iby>
|
|
34 |
#include <aknskins.iby>
|
|
35 |
|
|
36 |
// QtNetwork dependancies
|
|
37 |
#include <esock_core.iby>
|
|
38 |
#include <insock.iby>
|
|
39 |
|
|
40 |
// QtOpenGL dependancies
|
|
41 |
///@todo Problem here as we need libegl.dll and libglesv2.dll but they may come from a variety of places
|
|
42 |
/// depending on the platform we're on
|
|
43 |
|
|
44 |
#warning("qt.iby: hack - BINARY_SELECTION_ORDER really needs to be at the baseport/device level as it depends on the device type");
|
|
45 |
BINARY_SELECTION_ORDER ARMV6,ARMV5 // hack - this really needs to be at the baseport/device level as it depends on the device type
|
|
46 |
|
|
47 |
file=ABI_DIR\BUILD_DIR\QtCore.dll SHARED_LIB_DIR\QtCore.dll PAGED
|
|
48 |
file=ABI_DIR\BUILD_DIR\QtGui.dll SHARED_LIB_DIR\QtGui.dll PAGED
|
|
49 |
file=ABI_DIR\BUILD_DIR\QtOpenGL.dll SHARED_LIB_DIR\QtOpenGL.dll PAGED
|
|
50 |
file=ABI_DIR\BUILD_DIR\QtOpenVG.dll SHARED_LIB_DIR\QtOpenVG.dll PAGED
|
|
51 |
file=ABI_DIR\BUILD_DIR\QtSvg.dll SHARED_LIB_DIR\QtSvg.dll PAGED
|
|
52 |
file=ABI_DIR\BUILD_DIR\QtSql.dll SHARED_LIB_DIR\QtSql.dll PAGED
|
|
53 |
file=ABI_DIR\BUILD_DIR\QtXml.dll SHARED_LIB_DIR\QtXml.dll PAGED
|
|
54 |
file=ABI_DIR\BUILD_DIR\QtNetwork.dll SHARED_LIB_DIR\QtNetwork.dll PAGED
|
|
55 |
file=ABI_DIR\BUILD_DIR\QtScript.dll SHARED_LIB_DIR\QtScript.dll PAGED
|
|
56 |
file=ABI_DIR\BUILD_DIR\QtTest.dll SHARED_LIB_DIR\QtTest.dll PAGED
|
|
57 |
|
|
58 |
file=ABI_DIR\BUILD_DIR\QtWebKit.dll SHARED_LIB_DIR\QtWebKit.dll PAGED
|
|
59 |
file=ABI_DIR\BUILD_DIR\phonon.dll SHARED_LIB_DIR\phonon.dll PAGED
|
|
60 |
file=ABI_DIR\BUILD_DIR\QtMultimedia.dll SHARED_LIB_DIR\QtMultimedia.dll PAGED
|
|
61 |
|
|
62 |
// imageformats
|
|
63 |
file=ABI_DIR\BUILD_DIR\qgif.dll SHARED_LIB_DIR\qgif.dll PAGED
|
|
64 |
file=ABI_DIR\BUILD_DIR\qico.dll SHARED_LIB_DIR\qico.dll PAGED
|
|
65 |
file=ABI_DIR\BUILD_DIR\qjpeg.dll SHARED_LIB_DIR\qjpeg.dll PAGED
|
|
66 |
file=ABI_DIR\BUILD_DIR\qmng.dll SHARED_LIB_DIR\qmng.dll PAGED
|
|
67 |
file=ABI_DIR\BUILD_DIR\qsvg.dll SHARED_LIB_DIR\qsvg.dll PAGED
|
|
68 |
file=ABI_DIR\BUILD_DIR\qtiff.dll SHARED_LIB_DIR\qtiff.dll PAGED
|
|
69 |
|
|
70 |
// codecs
|
|
71 |
file=ABI_DIR\BUILD_DIR\qcncodecs.dll SHARED_LIB_DIR\qcncodecs.dll PAGED
|
|
72 |
file=ABI_DIR\BUILD_DIR\qjpcodecs.dll SHARED_LIB_DIR\qjpcodecs.dll PAGED
|
|
73 |
file=ABI_DIR\BUILD_DIR\qkrcodecs.dll SHARED_LIB_DIR\qkrcodecs.dll PAGED
|
|
74 |
file=ABI_DIR\BUILD_DIR\qtwcodecs.dll SHARED_LIB_DIR\qtwcodecs.dll PAGED
|
|
75 |
|
|
76 |
// iconengines
|
|
77 |
file=ABI_DIR\BUILD_DIR\qsvgicon.dll SHARED_LIB_DIR\qsvgicon.dll PAGED
|
|
78 |
|
|
79 |
// Phonon MMF backend
|
|
80 |
file=ABI_DIR\BUILD_DIR\phonon_mmf.dll SHARED_LIB_DIR\phonon_mmf.dll PAGED
|
|
81 |
|
|
82 |
// graphicssystems
|
|
83 |
file=ABI_DIR\BUILD_DIR\qvggraphicssystem.dll SHARED_LIB_DIR\qvggraphicssystem.dll PAGED
|
|
84 |
|
|
85 |
// S60 version compatibility plugins for 5.0 (3.1 and 3.2 devices are never likely to have this in ROM,
|
|
86 |
// so don't bother including those plugins
|
|
87 |
file=ABI_DIR\BUILD_DIR\qts60plugin_5_0.dll SHARED_LIB_DIR\qts60plugin_5_0.dll PAGED
|
|
88 |
|
|
89 |
S60_APP_RESOURCE(s60main)
|
|
90 |
|
|
91 |
// imageformats stubs
|
|
92 |
data=\epoc32\data\z\resource\qt\plugins\imageformats\qgif.qtplugin resource\qt\plugins\imageformats\qgif.qtplugin
|
|
93 |
data=\epoc32\data\z\resource\qt\plugins\imageformats\qico.qtplugin resource\qt\plugins\imageformats\qico.qtplugin
|
|
94 |
data=\epoc32\data\z\resource\qt\plugins\imageformats\qjpeg.qtplugin resource\qt\plugins\imageformats\qjpeg.qtplugin
|
|
95 |
data=\epoc32\data\z\resource\qt\plugins\imageformats\qmng.qtplugin resource\qt\plugins\imageformats\qmng.qtplugin
|
|
96 |
data=\epoc32\data\z\resource\qt\plugins\imageformats\qsvg.qtplugin resource\qt\plugins\imageformats\qsvg.qtplugin
|
|
97 |
data=\epoc32\data\z\resource\qt\plugins\imageformats\qtiff.qtplugin resource\qt\plugins\imageformats\qtiff.qtplugin
|
|
98 |
|
|
99 |
// codecs stubs
|
|
100 |
data=\epoc32\data\z\resource\qt\plugins\codecs\qcncodecs.qtplugin resource\qt\plugins\codecs\qcncodecs.qtplugin
|
|
101 |
data=\epoc32\data\z\resource\qt\plugins\codecs\qjpcodecs.qtplugin resource\qt\plugins\codecs\qjpcodecs.qtplugin
|
|
102 |
data=\epoc32\data\z\resource\qt\plugins\codecs\qkrcodecs.qtplugin resource\qt\plugins\codecs\qkrcodecs.qtplugin
|
|
103 |
data=\epoc32\data\z\resource\qt\plugins\codecs\qtwcodecs.qtplugin resource\qt\plugins\codecs\qtwcodecs.qtplugin
|
|
104 |
|
|
105 |
// iconengines stubs
|
|
106 |
data=\epoc32\data\z\resource\qt\plugins\iconengines\qsvgicon.qtplugin resource\qt\plugins\iconengines\qsvgicon.qtplugin
|
|
107 |
|
|
108 |
// Phonon MMF backend
|
|
109 |
data=\epoc32\data\z\resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin
|
|
110 |
|
|
111 |
// graphicssystems
|
|
112 |
data=\epoc32\data\z\resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin
|
|
113 |
|
|
114 |
// Stub sis file
|
|
115 |
data=ZSYSTEM\install\qt.sis System\Install\qt.sis
|
|
116 |
|
|
117 |
#endif // __QT_IBY__
|