| [556] | 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
|
|---|
| |
|---|