Eneboo - Documentación para desarrolladores
|
00001 /* 00002 * This is a precompiled header file for use in Xcode / Mac GCC / 00003 * GCC >= 3.4 / VC to greatly speed the building of Qt. It may also be 00004 * of use to people developing their own project, but it is probably 00005 * better to define your own header. Use of this header is currently 00006 * UNSUPPORTED. 00007 */ 00008 00009 #if (defined(_WIN32) || defined(__NT__)) 00010 # define QT_UNDEF_MACROS_IN_PCH 00011 # define _WINSCARD_H_ 00012 # define _POSIX_ /* Make sure PATH_MAX et al. are defined */ 00013 # include <limits.h> 00014 # undef _POSIX_ /* Don't polute */ 00015 #endif 00016 00017 #if defined __cplusplus 00018 # if defined(__GNUC__) 00019 # ifndef QT_NO_STL 00020 # include <ios> 00021 # undef _GLIBCPP_FULLY_COMPLIANT_HEADERS // Makes qlocale.cpp compile 00022 # endif 00023 # endif 00024 #include <qmap.h> // I must be first! 00025 #include <private/qucomextra_p.h> // All moc genereated code has this include 00026 #include <qapplication.h> 00027 #include <qbitmap.h> 00028 #include <qcursor.h> 00029 #include <qdatetime.h> 00030 #include <qglobal.h> 00031 #include <qimage.h> 00032 #include <qmetaobject.h> // All moc genereated code has this include 00033 #include <qobject.h> 00034 #include <qpainter.h> 00035 #include <qpixmap.h> 00036 #include <qplatformdefs.h> 00037 #include <qptrlist.h> 00038 #include <qstring.h> 00039 #include <qstringlist.h> 00040 #include <qstyle.h> 00041 #include <qtimer.h> 00042 #include <qwidget.h> 00043 00044 #include <limits.h> 00045 #include <stdlib.h> 00046 #if defined(__GNUC__) 00047 # ifndef QT_NO_STL 00048 # define _GLIBCPP_FULLY_COMPLIANT_HEADERS 00049 # endif 00050 #endif 00051 #endif 00052 00053 #if defined(QT_UNDEF_MACROS_IN_PCH) 00054 # undef max /* These are defined in windef.h, but */ 00055 # undef min /* we don't want them when building Qt */ 00056 # undef _WINSCARD_H_ 00057 #endif