-rw-r--r-- | qt/qconfig-qpe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qconfig-qpe.h b/qt/qconfig-qpe.h index 2b05f90..30d8190 100644 --- a/qt/qconfig-qpe.h +++ b/qt/qconfig-qpe.h @@ -10,49 +10,49 @@ ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #ifndef QT_H #endif // QT_H // Empty leaves all features enabled. See doc/html/features.html for choices. // Note that disabling some features will produce a libqt that is not // compatible with other libqt builds. Such modifications are only // supported on Qt/Embedded where reducing the library size is important // and where the application-suite is often a fixed set. #ifndef QT_DLL #define QT_DLL // Internal #endif -#if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_EBX) +#if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_SL5XXX) # define QT_NO_QWS_CURSOR # define QT_NO_QWS_MOUSE_AUTO #endif #ifndef QT_NO_CODECS #define QT_NO_CODECS #endif #define QT_NO_UNICODETABLES //#define QT_NO_IMAGEIO_BMP #define QT_NO_IMAGEIO_PPM //#define QT_NO_ASYNC_IO //#define QT_NO_ASYNC_IMAGE_IO #define QT_NO_FREETYPE #define QT_NO_BDF //#define QT_NO_FONTDATABASE #define QT_NO_DRAGANDDROP //#define QT_NO_CLIPBOARD #define QT_NO_PROPERTIES #define QT_NO_NETWORKPROTOCOL #define QT_NO_IMAGE_TEXT //#define QT_NO_TOOLTIP #define QT_NO_COLORNAMES #define QT_NO_TRANSFORMATIONS |