qconfig-large.h
上传用户:detong
上传日期:2022-06-22
资源大小:20675k
文件大小:4k
源码类别:

系统编程

开发平台:

Unix_Linux

  1. /****************************************************************************
  2. **
  3. ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies).
  4. ** Contact: Qt Software Information (qt-info@nokia.com)
  5. **
  6. ** This file is part of the QtCore module of the Qt Toolkit.
  7. **
  8. ** Commercial Usage
  9. ** Licensees holding valid Qt Commercial licenses may use this file in
  10. ** accordance with the Qt Commercial License Agreement provided with the
  11. ** Software or, alternatively, in accordance with the terms contained in
  12. ** a written agreement between you and Nokia.
  13. **
  14. **
  15. ** GNU General Public License Usage
  16. ** Alternatively, this file may be used under the terms of the GNU
  17. ** General Public License versions 2.0 or 3.0 as published by the Free
  18. ** Software Foundation and appearing in the file LICENSE.GPL included in
  19. ** the packaging of this file.  Please review the following information
  20. ** to ensure GNU General Public Licensing requirements will be met:
  21. ** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
  22. ** http://www.gnu.org/copyleft/gpl.html.  In addition, as a special
  23. ** exception, Nokia gives you certain additional rights. These rights
  24. ** are described in the Nokia Qt GPL Exception version 1.3, included in
  25. ** the file GPL_EXCEPTION.txt in this package.
  26. **
  27. ** Qt for Windows(R) Licensees
  28. ** As a special exception, Nokia, as the sole copyright holder for Qt
  29. ** Designer, grants users of the Qt/Eclipse Integration plug-in the
  30. ** right for the Qt/Eclipse Integration to link to functionality
  31. ** provided by Qt Designer and its related libraries.
  32. **
  33. ** If you are unsure which license is appropriate for your use, please
  34. ** contact the sales department at qt-sales@nokia.com.
  35. **
  36. ****************************************************************************/
  37. /* Dialogs */
  38. #ifndef QT_NO_FILEDIALOG
  39. #  define QT_NO_FILEDIALOG
  40. #endif
  41. #ifndef QT_NO_FONTDIALOG
  42. #  define QT_NO_FONTDIALOG
  43. #endif
  44. #ifndef QT_NO_INPUTDIALOG
  45. #  define QT_NO_INPUTDIALOG
  46. #endif
  47. #ifndef QT_NO_PRINTDIALOG
  48. #  define QT_NO_PRINTDIALOG
  49. #endif
  50. #ifndef QT_NO_PROGRESSDIALOG
  51. #  define QT_NO_PROGRESSDIALOG
  52. #endif
  53. /* Fonts */
  54. #ifndef QT_NO_QWS_QPF
  55. #  define QT_NO_QWS_QPF
  56. #endif
  57. /* Images */
  58. #ifndef QT_NO_IMAGEFORMAT_BMP
  59. #  define QT_NO_IMAGEFORMAT_BMP
  60. #endif
  61. #ifndef QT_NO_IMAGEFORMAT_PPM
  62. #  define QT_NO_IMAGEFORMAT_PPM
  63. #endif
  64. /* Internationalization */
  65. #ifndef QT_NO_CODECS
  66. #  define QT_NO_CODECS
  67. #endif
  68. #ifndef QT_NO_TRANSLATION
  69. #  define QT_NO_TRANSLATION
  70. #endif
  71. #ifndef QT_NO_TRANSLATION_UTF8
  72. #  define QT_NO_TRANSLATION_UTF8
  73. #endif
  74. /* ItemViews */
  75. #ifndef QT_NO_TABLEVIEW
  76. #  define QT_NO_TABLEVIEW
  77. #endif
  78. #ifndef QT_NO_TREEVIEW
  79. #  define QT_NO_TREEVIEW
  80. #endif
  81. /* Kernel */
  82. #ifndef QT_NO_CLIPBOARD
  83. #  define QT_NO_CLIPBOARD
  84. #endif
  85. #ifndef QT_NO_DRAGANDDROP
  86. #  define QT_NO_DRAGANDDROP
  87. #endif
  88. #ifndef QT_NO_EFFECTS
  89. #  define QT_NO_EFFECTS
  90. #endif
  91. #ifndef QT_NO_PROPERTIES
  92. #  define QT_NO_PROPERTIES
  93. #endif
  94. #ifndef QT_NO_SOUND
  95. #  define QT_NO_SOUND
  96. #endif
  97. /* Networking */
  98. #ifndef QT_NO_HOSTINFO
  99. #  define QT_NO_HOSTINFO
  100. #endif
  101. #ifndef QT_NO_HTTP
  102. #  define QT_NO_HTTP
  103. #endif
  104. #ifndef QT_NO_UDPSOCKET
  105. #  define QT_NO_UDPSOCKET
  106. #endif
  107. #ifndef QT_NO_URLINFO
  108. #  define QT_NO_URLINFO
  109. #endif
  110. #ifndef QT_NO_FTP
  111. #  define QT_NO_FTP
  112. #endif
  113. /* Painting */
  114. #ifndef QT_NO_COLORNAMES
  115. #  define QT_NO_COLORNAMES
  116. #endif
  117. #ifndef QT_NO_PICTURE
  118. #  define QT_NO_PICTURE
  119. #endif
  120. #ifndef QT_NO_PRINTER
  121. #  define QT_NO_PRINTER
  122. #endif
  123. #ifndef QT_NO_CUPS
  124. #  define QT_NO_CUPS
  125. #endif
  126. /* Qt for Embedded Linux */
  127. #ifndef QT_NO_QWS_SOUNDSERVER
  128. #  define QT_NO_QWS_SOUNDSERVER
  129. #endif
  130. /* Styles */
  131. #ifndef QT_NO_STYLE_MOTIF
  132. #  define QT_NO_STYLE_MOTIF
  133. #endif
  134. #ifndef QT_NO_STYLE_CDE
  135. #  define QT_NO_STYLE_CDE
  136. #endif
  137. #ifndef QT_NO_STYLE_STYLESHEET
  138. #  define QT_NO_STYLE_STYLESHEET
  139. #endif
  140. /* Widgets */
  141. #ifndef QT_NO_CALENDARWIDGET
  142. #  define QT_NO_CALENDARWIDGET
  143. #endif
  144. #ifndef QT_NO_DATETIMEEDIT
  145. #  define QT_NO_DATETIMEEDIT
  146. #endif
  147. #ifndef QT_NO_WORKSPACE
  148. #  define QT_NO_WORKSPACE
  149. #endif
  150. #ifndef QT_NO_DIAL
  151. #  define QT_NO_DIAL
  152. #endif
  153. #ifndef QT_NO_TABLEWIDGET
  154. #  define QT_NO_TABLEWIDGET
  155. #endif
  156. #ifndef QT_NO_TREEWIDGET
  157. #  define QT_NO_TREEWIDGET
  158. #endif