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

系统编程

开发平台:

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. /* Data structures */
  38. #ifndef QT_NO_QUUID_STRING
  39. #  define QT_NO_QUUID_STRING
  40. #endif
  41. #ifndef QT_NO_STL
  42. #  define QT_NO_STL
  43. #endif
  44. /* Dialogs */
  45. #ifndef QT_NO_COLORDIALOG
  46. #  define QT_NO_COLORDIALOG
  47. #endif
  48. #ifndef QT_NO_ERRORMESSAGE
  49. #  define QT_NO_ERRORMESSAGE
  50. #endif
  51. #ifndef QT_NO_FILEDIALOG
  52. #  define QT_NO_FILEDIALOG
  53. #endif
  54. #ifndef QT_NO_FONTDIALOG
  55. #  define QT_NO_FONTDIALOG
  56. #endif
  57. #ifndef QT_NO_INPUTDIALOG
  58. #  define QT_NO_INPUTDIALOG
  59. #endif
  60. #ifndef QT_NO_MESSAGEBOX
  61. #  define QT_NO_MESSAGEBOX
  62. #endif
  63. #ifndef QT_NO_PRINTDIALOG
  64. #  define QT_NO_PRINTDIALOG
  65. #endif
  66. #ifndef QT_NO_PROGRESSDIALOG
  67. #  define QT_NO_PROGRESSDIALOG
  68. #endif
  69. #ifndef QT_NO_TABDIALOG
  70. #  define QT_NO_TABDIALOG
  71. #endif
  72. /* File I/O */
  73. #ifndef QT_NO_TEXTSTREAM
  74. #  define QT_NO_TEXTSTREAM
  75. #endif
  76. #ifndef QT_NO_SETTINGS
  77. #  define QT_NO_SETTINGS
  78. #endif
  79. #ifndef QT_NO_LIBRARY
  80. #  define QT_NO_LIBRARY
  81. #endif
  82. /* Fonts */
  83. #ifndef QT_NO_FREETYPE
  84. #  define QT_NO_FREETYPE
  85. #endif
  86. /* Images */
  87. #ifndef QT_NO_IMAGEFORMATPLUGIN
  88. #  define QT_NO_IMAGEFORMATPLUGIN
  89. #endif
  90. #ifndef QT_NO_IMAGEFORMAT_BMP
  91. #  define QT_NO_IMAGEFORMAT_BMP
  92. #endif
  93. #ifndef QT_NO_IMAGEFORMAT_JPEG
  94. #  define QT_NO_IMAGEFORMAT_JPEG
  95. #endif
  96. #ifndef QT_NO_IMAGEFORMAT_PPM
  97. #  define QT_NO_IMAGEFORMAT_PPM
  98. #endif
  99. #ifndef QT_NO_IMAGEFORMAT_XBM
  100. #  define QT_NO_IMAGEFORMAT_XBM
  101. #endif
  102. #ifndef QT_NO_IMAGEFORMAT_XPM
  103. #  define QT_NO_IMAGEFORMAT_XPM
  104. #endif
  105. #ifndef QT_NO_IMAGE_TEXT
  106. #  define QT_NO_IMAGE_TEXT
  107. #endif
  108. #ifndef QT_NO_MOVIE
  109. #  define QT_NO_MOVIE
  110. #endif
  111. /* Internationalization */
  112. #ifndef QT_NO_QWS_INPUTMETHODS
  113. #  define QT_NO_QWS_INPUTMETHODS
  114. #endif
  115. #ifndef QT_NO_TEXTCODEC
  116. #  define QT_NO_TEXTCODEC
  117. #endif
  118. #ifndef QT_NO_CODECS
  119. #  define QT_NO_CODECS
  120. #endif
  121. #ifndef QT_NO_TEXTCODECPLUGIN
  122. #  define QT_NO_TEXTCODECPLUGIN
  123. #endif
  124. #ifndef QT_NO_TRANSLATION
  125. #  define QT_NO_TRANSLATION
  126. #endif
  127. #ifndef QT_NO_TRANSLATION_UTF8
  128. #  define QT_NO_TRANSLATION_UTF8
  129. #endif
  130. /* ItemViews */
  131. #ifndef QT_NO_DIRMODEL
  132. #  define QT_NO_DIRMODEL
  133. #endif
  134. #ifndef QT_NO_PROXYMODEL
  135. #  define QT_NO_PROXYMODEL
  136. #endif
  137. #ifndef QT_NO_SORTFILTERPROXYMODEL
  138. #  define QT_NO_SORTFILTERPROXYMODEL
  139. #endif
  140. #ifndef QT_NO_STRINGLISTMODEL
  141. #  define QT_NO_STRINGLISTMODEL
  142. #endif
  143. #ifndef QT_NO_TABLEVIEW
  144. #  define QT_NO_TABLEVIEW
  145. #endif
  146. #ifndef QT_NO_TREEVIEW
  147. #  define QT_NO_TREEVIEW
  148. #endif
  149. /* Kernel */
  150. #ifndef QT_NO_ACTION
  151. #  define QT_NO_ACTION
  152. #endif
  153. #ifndef QT_NO_CLIPBOARD
  154. #  define QT_NO_CLIPBOARD
  155. #endif
  156. #ifndef QT_NO_DRAGANDDROP
  157. #  define QT_NO_DRAGANDDROP
  158. #endif
  159. #ifndef QT_NO_EFFECTS
  160. #  define QT_NO_EFFECTS
  161. #endif
  162. #ifndef QT_NO_PROPERTIES
  163. #  define QT_NO_PROPERTIES
  164. #endif
  165. #ifndef QT_NO_SESSIONMANAGER
  166. #  define QT_NO_SESSIONMANAGER
  167. #endif
  168. #ifndef QT_NO_SHORTCUT
  169. #  define QT_NO_SHORTCUT
  170. #endif
  171. #ifndef QT_NO_SOUND
  172. #  define QT_NO_SOUND
  173. #endif
  174. #ifndef QT_NO_WHEELEVENT
  175. #  define QT_NO_WHEELEVENT
  176. #endif
  177. /* Networking */
  178. #ifndef QT_NO_COP
  179. #  define QT_NO_COP
  180. #endif
  181. #ifndef QT_NO_HOSTINFO
  182. #  define QT_NO_HOSTINFO
  183. #endif
  184. #ifndef QT_NO_HTTP
  185. #  define QT_NO_HTTP
  186. #endif
  187. /* Painting */
  188. #ifndef QT_NO_COLORNAMES
  189. #  define QT_NO_COLORNAMES
  190. #endif
  191. #ifndef QT_NO_PICTURE
  192. #  define QT_NO_PICTURE
  193. #endif
  194. #ifndef QT_NO_PRINTER
  195. #  define QT_NO_PRINTER
  196. #endif
  197. #ifndef QT_NO_CUPS
  198. #  define QT_NO_CUPS
  199. #endif
  200. /* Qt for Embedded Linux */
  201. #ifndef QT_NO_QWS_SOUNDSERVER
  202. #  define QT_NO_QWS_SOUNDSERVER
  203. #endif
  204. #ifndef QT_NO_QWS_PROPERTIES
  205. #  define QT_NO_QWS_PROPERTIES
  206. #endif
  207. /* Styles */
  208. #ifndef QT_NO_STYLE_MOTIF
  209. #  define QT_NO_STYLE_MOTIF
  210. #endif
  211. #ifndef QT_NO_STYLE_CDE
  212. #  define QT_NO_STYLE_CDE
  213. #endif
  214. #ifndef QT_NO_STYLE_CLEANLOOKS
  215. #  define QT_NO_STYLE_CLEANLOOKS
  216. #endif
  217. #ifndef QT_NO_STYLE_PLASTIQUE
  218. #  define QT_NO_STYLE_PLASTIQUE
  219. #endif
  220. #ifndef QT_NO_STYLE_STYLESHEET
  221. #  define QT_NO_STYLE_STYLESHEET
  222. #endif
  223. #ifndef QT_NO_STYLE_WINDOWSXP
  224. #  define QT_NO_STYLE_WINDOWSXP
  225. #endif
  226. /* Utilities */
  227. #ifndef QT_NO_COMPLETER
  228. #  define QT_NO_COMPLETER
  229. #endif
  230. #ifndef QT_NO_DESKTOPSERVICES
  231. #  define QT_NO_DESKTOPSERVICES
  232. #endif
  233. #ifndef QT_NO_SYSTEMTRAYICON
  234. #  define QT_NO_SYSTEMTRAYICON
  235. #endif
  236. /* Widgets */
  237. #ifndef QT_NO_LCDNUMBER
  238. #  define QT_NO_LCDNUMBER
  239. #endif
  240. #ifndef QT_NO_FONTCOMBOBOX
  241. #  define QT_NO_FONTCOMBOBOX
  242. #endif
  243. #ifndef QT_NO_SPINBOX
  244. #  define QT_NO_SPINBOX
  245. #endif
  246. #ifndef QT_NO_CALENDARWIDGET
  247. #  define QT_NO_CALENDARWIDGET
  248. #endif
  249. #ifndef QT_NO_DATETIMEEDIT
  250. #  define QT_NO_DATETIMEEDIT
  251. #endif
  252. #ifndef QT_NO_MENU
  253. #  define QT_NO_MENU
  254. #endif
  255. #ifndef QT_NO_CONTEXTMENU
  256. #  define QT_NO_CONTEXTMENU
  257. #endif
  258. #ifndef QT_NO_MAINWINDOW
  259. #  define QT_NO_MAINWINDOW
  260. #endif
  261. #ifndef QT_NO_DOCKWIDGET
  262. #  define QT_NO_DOCKWIDGET
  263. #endif
  264. #ifndef QT_NO_TOOLBAR
  265. #  define QT_NO_TOOLBAR
  266. #endif
  267. #ifndef QT_NO_MENUBAR
  268. #  define QT_NO_MENUBAR
  269. #endif
  270. #ifndef QT_NO_WORKSPACE
  271. #  define QT_NO_WORKSPACE
  272. #endif
  273. #ifndef QT_NO_PROGRESSBAR
  274. #  define QT_NO_PROGRESSBAR
  275. #endif
  276. #ifndef QT_NO_SPLITTER
  277. #  define QT_NO_SPLITTER
  278. #endif
  279. #ifndef QT_NO_SIZEGRIP
  280. #  define QT_NO_SIZEGRIP
  281. #endif
  282. #ifndef QT_NO_STACKEDWIDGET
  283. #  define QT_NO_STACKEDWIDGET
  284. #endif
  285. #ifndef QT_NO_TABWIDGET
  286. #  define QT_NO_TABWIDGET
  287. #endif
  288. #ifndef QT_NO_STATUSBAR
  289. #  define QT_NO_STATUSBAR
  290. #endif
  291. #ifndef QT_NO_TABLEWIDGET
  292. #  define QT_NO_TABLEWIDGET
  293. #endif
  294. #ifndef QT_NO_TOOLBUTTON
  295. #  define QT_NO_TOOLBUTTON
  296. #endif
  297. #ifndef QT_NO_TABBAR
  298. #  define QT_NO_TABBAR
  299. #endif
  300. #ifndef QT_NO_TOOLBOX
  301. #  define QT_NO_TOOLBOX
  302. #endif
  303. #ifndef QT_NO_WHATSTHIS
  304. #  define QT_NO_WHATSTHIS
  305. #endif
  306. #ifndef QT_NO_TOOLTIP
  307. #  define QT_NO_TOOLTIP
  308. #endif
  309. #ifndef QT_NO_TREEWIDGET
  310. #  define QT_NO_TREEWIDGET
  311. #endif
  312. #ifndef QT_NO_VALIDATOR
  313. #  define QT_NO_VALIDATOR
  314. #endif