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 | file=ABI_DIR\BUILD_DIR\QtWebKit.dll SHARED_LIB_DIR\QtWebKit.dll PAGED
|
---|
58 | file=ABI_DIR\BUILD_DIR\phonon.dll SHARED_LIB_DIR\phonon.dll PAGED
|
---|
59 | file=ABI_DIR\BUILD_DIR\QtMultimedia.dll SHARED_LIB_DIR\QtMultimedia.dll PAGED
|
---|
60 | file=ABI_DIR\BUILD_DIR\QtXmlPatterns.dll SHARED_LIB_DIR\QtXmlPatterns.dll PAGED
|
---|
61 | file=ABI_DIR\BUILD_DIR\QtDeclarative.dll SHARED_LIB_DIR\QtDeclarative.dll PAGED
|
---|
62 |
|
---|
63 | // imageformats
|
---|
64 | file=ABI_DIR\BUILD_DIR\qgif.dll SHARED_LIB_DIR\qgif.dll PAGED
|
---|
65 | file=ABI_DIR\BUILD_DIR\qico.dll SHARED_LIB_DIR\qico.dll PAGED
|
---|
66 | file=ABI_DIR\BUILD_DIR\qjpeg.dll SHARED_LIB_DIR\qjpeg.dll PAGED
|
---|
67 | file=ABI_DIR\BUILD_DIR\qmng.dll SHARED_LIB_DIR\qmng.dll PAGED
|
---|
68 | file=ABI_DIR\BUILD_DIR\qsvg.dll SHARED_LIB_DIR\qsvg.dll PAGED
|
---|
69 | file=ABI_DIR\BUILD_DIR\qtiff.dll SHARED_LIB_DIR\qtiff.dll PAGED
|
---|
70 |
|
---|
71 | // codecs
|
---|
72 | file=ABI_DIR\BUILD_DIR\qcncodecs.dll SHARED_LIB_DIR\qcncodecs.dll PAGED
|
---|
73 | file=ABI_DIR\BUILD_DIR\qjpcodecs.dll SHARED_LIB_DIR\qjpcodecs.dll PAGED
|
---|
74 | file=ABI_DIR\BUILD_DIR\qkrcodecs.dll SHARED_LIB_DIR\qkrcodecs.dll PAGED
|
---|
75 | file=ABI_DIR\BUILD_DIR\qtwcodecs.dll SHARED_LIB_DIR\qtwcodecs.dll PAGED
|
---|
76 |
|
---|
77 | // iconengines
|
---|
78 | file=ABI_DIR\BUILD_DIR\qsvgicon.dll SHARED_LIB_DIR\qsvgicon.dll PAGED
|
---|
79 |
|
---|
80 | // Phonon MMF backend
|
---|
81 | file=ABI_DIR\BUILD_DIR\phonon_mmf.dll SHARED_LIB_DIR\phonon_mmf.dll PAGED
|
---|
82 |
|
---|
83 | // graphicssystems
|
---|
84 | file=ABI_DIR\BUILD_DIR\qvggraphicssystem.dll SHARED_LIB_DIR\qvggraphicssystem.dll PAGED
|
---|
85 |
|
---|
86 | // S60 version compatibility plugins for 5.0 (3.1 and 3.2 devices are never likely to have this in ROM,
|
---|
87 | // so don't bother including those plugins
|
---|
88 | file=ABI_DIR\BUILD_DIR\qts60plugin_5_0.dll SHARED_LIB_DIR\qts60plugin_5_0.dll PAGED
|
---|
89 |
|
---|
90 | S60_APP_RESOURCE(s60main)
|
---|
91 |
|
---|
92 | // imageformats stubs
|
---|
93 | data=\epoc32\data\qt\qtlibspluginstubs\qgif.qtplugin resource\qt\plugins\imageformats\qgif.qtplugin
|
---|
94 | data=\epoc32\data\qt\qtlibspluginstubs\qico.qtplugin resource\qt\plugins\imageformats\qico.qtplugin
|
---|
95 | data=\epoc32\data\qt\qtlibspluginstubs\qjpeg.qtplugin resource\qt\plugins\imageformats\qjpeg.qtplugin
|
---|
96 | data=\epoc32\data\qt\qtlibspluginstubs\qmng.qtplugin resource\qt\plugins\imageformats\qmng.qtplugin
|
---|
97 | data=\epoc32\data\qt\qtlibspluginstubs\qsvg.qtplugin resource\qt\plugins\imageformats\qsvg.qtplugin
|
---|
98 | data=\epoc32\data\qt\qtlibspluginstubs\qtiff.qtplugin resource\qt\plugins\imageformats\qtiff.qtplugin
|
---|
99 |
|
---|
100 | // codecs stubs
|
---|
101 | data=\epoc32\data\qt\qtlibspluginstubs\qcncodecs.qtplugin resource\qt\plugins\codecs\qcncodecs.qtplugin
|
---|
102 | data=\epoc32\data\qt\qtlibspluginstubs\qjpcodecs.qtplugin resource\qt\plugins\codecs\qjpcodecs.qtplugin
|
---|
103 | data=\epoc32\data\qt\qtlibspluginstubs\qkrcodecs.qtplugin resource\qt\plugins\codecs\qkrcodecs.qtplugin
|
---|
104 | data=\epoc32\data\qt\qtlibspluginstubs\qtwcodecs.qtplugin resource\qt\plugins\codecs\qtwcodecs.qtplugin
|
---|
105 |
|
---|
106 | // iconengines stubs
|
---|
107 | data=\epoc32\data\qt\qtlibspluginstubs\qsvgicon.qtplugin resource\qt\plugins\iconengines\qsvgicon.qtplugin
|
---|
108 |
|
---|
109 | // Phonon MMF backend
|
---|
110 | data=\epoc32\data\qt\qtlibspluginstubs\phonon_mmf.qtplugin resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin
|
---|
111 |
|
---|
112 | // graphicssystems
|
---|
113 | data=\epoc32\data\qt\qtlibspluginstubs\qvggraphicssystem.qtplugin resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin
|
---|
114 |
|
---|
115 | // Stub sis file
|
---|
116 | data=ZSYSTEM\install\qt.sis System\Install\qt.sis
|
---|
117 |
|
---|
118 | #endif // __QT_IBY__
|
---|