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

系统编程

开发平台:

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. #ifndef QT_NO_TEXTDATE
  45. #  define QT_NO_TEXTDATE
  46. #endif
  47. #ifndef QT_NO_DATESTRING
  48. #  define QT_NO_DATESTRING
  49. #endif
  50. /* Dialogs */
  51. #ifndef QT_NO_COLORDIALOG
  52. #  define QT_NO_COLORDIALOG
  53. #endif
  54. #ifndef QT_NO_ERRORMESSAGE
  55. #  define QT_NO_ERRORMESSAGE
  56. #endif
  57. #ifndef QT_NO_FILEDIALOG
  58. #  define QT_NO_FILEDIALOG
  59. #endif
  60. #ifndef QT_NO_FONTDIALOG
  61. #  define QT_NO_FONTDIALOG
  62. #endif
  63. #ifndef QT_NO_INPUTDIALOG
  64. #  define QT_NO_INPUTDIALOG
  65. #endif
  66. #ifndef QT_NO_MESSAGEBOX
  67. #  define QT_NO_MESSAGEBOX
  68. #endif
  69. #ifndef QT_NO_PRINTDIALOG
  70. #  define QT_NO_PRINTDIALOG
  71. #endif
  72. #ifndef QT_NO_PRINTPREVIEWDIALOG
  73. #  define QT_NO_PRINTPREVIEWDIALOG
  74. #endif
  75. #ifndef QT_NO_PROGRESSDIALOG
  76. #  define QT_NO_PROGRESSDIALOG
  77. #endif
  78. #ifndef QT_NO_TABDIALOG
  79. #  define QT_NO_TABDIALOG
  80. #endif
  81. #ifndef QT_NO_WIZARD
  82. #  define QT_NO_WIZARD
  83. #endif
  84. /* File I/O */
  85. #ifndef QT_NO_DOM
  86. #  define QT_NO_DOM
  87. #endif
  88. #ifndef QT_NO_FILESYSTEMWATCHER
  89. #  define QT_NO_FILESYSTEMWATCHER
  90. #endif
  91. #ifndef QT_NO_FILESYSTEMMODEL
  92. #  define QT_NO_FILESYSTEMMODEL
  93. #endif
  94. #ifndef QT_NO_PROCESS
  95. #  define QT_NO_PROCESS
  96. #endif
  97. #ifndef QT_NO_TEMPORARYFILE
  98. #  define QT_NO_TEMPORARYFILE
  99. #endif
  100. #ifndef QT_NO_TEXTSTREAM
  101. #  define QT_NO_TEXTSTREAM
  102. #endif
  103. #ifndef QT_NO_SETTINGS
  104. #  define QT_NO_SETTINGS
  105. #endif
  106. #ifndef QT_NO_LIBRARY
  107. #  define QT_NO_LIBRARY
  108. #endif
  109. /* Fonts */
  110. #ifndef QT_NO_FREETYPE
  111. #  define QT_NO_FREETYPE
  112. #endif
  113. #ifndef QT_NO_QWS_QPF2
  114. #  define QT_NO_QWS_QPF2
  115. #endif
  116. /* Images */
  117. #ifndef QT_NO_ICON
  118. #  define QT_NO_ICON
  119. #endif
  120. #ifndef QT_NO_IMAGEFORMATPLUGIN
  121. #  define QT_NO_IMAGEFORMATPLUGIN
  122. #endif
  123. #ifndef QT_NO_IMAGEFORMAT_BMP
  124. #  define QT_NO_IMAGEFORMAT_BMP
  125. #endif
  126. #ifndef QT_NO_IMAGEFORMAT_JPEG
  127. #  define QT_NO_IMAGEFORMAT_JPEG
  128. #endif
  129. #ifndef QT_NO_IMAGEFORMAT_PNG
  130. #  define QT_NO_IMAGEFORMAT_PNG
  131. #endif
  132. #ifndef QT_NO_IMAGEFORMAT_PPM
  133. #  define QT_NO_IMAGEFORMAT_PPM
  134. #endif
  135. #ifndef QT_NO_IMAGEFORMAT_XBM
  136. #  define QT_NO_IMAGEFORMAT_XBM
  137. #endif
  138. #ifndef QT_NO_IMAGEFORMAT_XPM
  139. #  define QT_NO_IMAGEFORMAT_XPM
  140. #endif
  141. #ifndef QT_NO_IMAGE_HEURISTIC_MASK
  142. #  define QT_NO_IMAGE_HEURISTIC_MASK
  143. #endif
  144. #ifndef QT_NO_IMAGE_TEXT
  145. #  define QT_NO_IMAGE_TEXT
  146. #endif
  147. #ifndef QT_NO_MOVIE
  148. #  define QT_NO_MOVIE
  149. #endif
  150. /* Internationalization */
  151. #ifndef QT_NO_BIG_CODECS
  152. #  define QT_NO_BIG_CODECS
  153. #endif
  154. #ifndef QT_NO_QWS_INPUTMETHODS
  155. #  define QT_NO_QWS_INPUTMETHODS
  156. #endif
  157. #ifndef QT_NO_TEXTCODEC
  158. #  define QT_NO_TEXTCODEC
  159. #endif
  160. #ifndef QT_NO_CODECS
  161. #  define QT_NO_CODECS
  162. #endif
  163. #ifndef QT_NO_TEXTCODECPLUGIN
  164. #  define QT_NO_TEXTCODECPLUGIN
  165. #endif
  166. #ifndef QT_NO_TRANSLATION
  167. #  define QT_NO_TRANSLATION
  168. #endif
  169. #ifndef QT_NO_TRANSLATION_UTF8
  170. #  define QT_NO_TRANSLATION_UTF8
  171. #endif
  172. /* ItemViews */
  173. #ifndef QT_NO_ITEMVIEWS
  174. #  define QT_NO_ITEMVIEWS
  175. #endif
  176. #ifndef QT_NO_DATAWIDGETMAPPER
  177. #  define QT_NO_DATAWIDGETMAPPER
  178. #endif
  179. #ifndef QT_NO_DIRMODEL
  180. #  define QT_NO_DIRMODEL
  181. #endif
  182. #ifndef QT_NO_LISTVIEW
  183. #  define QT_NO_LISTVIEW
  184. #endif
  185. #ifndef QT_NO_COLUMNVIEW
  186. #  define QT_NO_COLUMNVIEW
  187. #endif
  188. #ifndef QT_NO_PROXYMODEL
  189. #  define QT_NO_PROXYMODEL
  190. #endif
  191. #ifndef QT_NO_SORTFILTERPROXYMODEL
  192. #  define QT_NO_SORTFILTERPROXYMODEL
  193. #endif
  194. #ifndef QT_NO_STANDARDITEMMODEL
  195. #  define QT_NO_STANDARDITEMMODEL
  196. #endif
  197. #ifndef QT_NO_STRINGLISTMODEL
  198. #  define QT_NO_STRINGLISTMODEL
  199. #endif
  200. #ifndef QT_NO_TABLEVIEW
  201. #  define QT_NO_TABLEVIEW
  202. #endif
  203. #ifndef QT_NO_TREEVIEW
  204. #  define QT_NO_TREEVIEW
  205. #endif
  206. /* Kernel */
  207. #ifndef QT_NO_ACTION
  208. #  define QT_NO_ACTION
  209. #endif
  210. #ifndef QT_NO_CLIPBOARD
  211. #  define QT_NO_CLIPBOARD
  212. #endif
  213. #ifndef QT_NO_CSSPARSER
  214. #  define QT_NO_CSSPARSER
  215. #endif
  216. #ifndef QT_NO_CURSOR
  217. #  define QT_NO_CURSOR
  218. #endif
  219. #ifndef QT_NO_DRAGANDDROP
  220. #  define QT_NO_DRAGANDDROP
  221. #endif
  222. #ifndef QT_NO_EFFECTS
  223. #  define QT_NO_EFFECTS
  224. #endif
  225. #ifndef QT_NO_PROPERTIES
  226. #  define QT_NO_PROPERTIES
  227. #endif
  228. #ifndef QT_NO_SESSIONMANAGER
  229. #  define QT_NO_SESSIONMANAGER
  230. #endif
  231. #ifndef QT_NO_SHAREDMEMORY
  232. #  define QT_NO_SHAREDMEMORY
  233. #endif
  234. #ifndef QT_NO_SHORTCUT
  235. #  define QT_NO_SHORTCUT
  236. #endif
  237. #ifndef QT_NO_SOUND
  238. #  define QT_NO_SOUND
  239. #endif
  240. #ifndef QT_NO_SYSTEMSEMAPHORE
  241. #  define QT_NO_SYSTEMSEMAPHORE
  242. #endif
  243. #ifndef QT_NO_TABLETEVENT
  244. #  define QT_NO_TABLETEVENT
  245. #endif
  246. #ifndef QT_NO_TEXTHTMLPARSER
  247. #  define QT_NO_TEXTHTMLPARSER
  248. #endif
  249. #ifndef QT_NO_THREAD
  250. #  define QT_NO_THREAD
  251. #endif
  252. #ifndef QT_NO_CONCURRENT
  253. #  define QT_NO_CONCURRENT
  254. #endif
  255. #ifndef QT_NO_WHEELEVENT
  256. #  define QT_NO_WHEELEVENT
  257. #endif
  258. #ifndef QT_NO_XMLSTREAM
  259. #  define QT_NO_XMLSTREAM
  260. #endif
  261. #ifndef QT_NO_XMLSTREAMREADER
  262. #  define QT_NO_XMLSTREAMREADER
  263. #endif
  264. #ifndef QT_NO_XMLSTREAMWRITER
  265. #  define QT_NO_XMLSTREAMWRITER
  266. #endif
  267. /* Networking */
  268. #ifndef QT_NO_COP
  269. #  define QT_NO_COP
  270. #endif
  271. #ifndef QT_NO_HOSTINFO
  272. #  define QT_NO_HOSTINFO
  273. #endif
  274. #ifndef QT_NO_HTTP
  275. #  define QT_NO_HTTP
  276. #endif
  277. #ifndef QT_NO_NETWORKPROXY
  278. #  define QT_NO_NETWORKPROXY
  279. #endif
  280. #ifndef QT_NO_SOCKS5
  281. #  define QT_NO_SOCKS5
  282. #endif
  283. #ifndef QT_NO_UDPSOCKET
  284. #  define QT_NO_UDPSOCKET
  285. #endif
  286. #ifndef QT_NO_URLINFO
  287. #  define QT_NO_URLINFO
  288. #endif
  289. #ifndef QT_NO_FTP
  290. #  define QT_NO_FTP
  291. #endif
  292. /* Painting */
  293. #ifndef QT_NO_COLORNAMES
  294. #  define QT_NO_COLORNAMES
  295. #endif
  296. #ifndef QT_NO_DIRECTPAINTER
  297. #  define QT_NO_DIRECTPAINTER
  298. #endif
  299. #ifndef QT_NO_PAINTONSCREEN
  300. #  define QT_NO_PAINTONSCREEN
  301. #endif
  302. #ifndef QT_NO_PAINT_DEBUG
  303. #  define QT_NO_PAINT_DEBUG
  304. #endif
  305. #ifndef QT_NO_PICTURE
  306. #  define QT_NO_PICTURE
  307. #endif
  308. #ifndef QT_NO_PRINTER
  309. #  define QT_NO_PRINTER
  310. #endif
  311. #ifndef QT_NO_CUPS
  312. #  define QT_NO_CUPS
  313. #endif
  314. /* Qt for Embedded Linux */
  315. #ifndef QT_NO_QWSEMBEDWIDGET
  316. #  define QT_NO_QWSEMBEDWIDGET
  317. #endif
  318. #ifndef QT_NO_QWS_ALPHA_CURSOR
  319. #  define QT_NO_QWS_ALPHA_CURSOR
  320. #endif
  321. #ifndef QT_NO_QWS_CURSOR
  322. #  define QT_NO_QWS_CURSOR
  323. #endif
  324. #ifndef QT_NO_QWS_DECORATION_DEFAULT
  325. #  define QT_NO_QWS_DECORATION_DEFAULT
  326. #endif
  327. #ifndef QT_NO_QWS_DECORATION_STYLED
  328. #  define QT_NO_QWS_DECORATION_STYLED
  329. #endif
  330. #ifndef QT_NO_QWS_DECORATION_WINDOWS
  331. #  define QT_NO_QWS_DECORATION_WINDOWS
  332. #endif
  333. #ifndef QT_NO_QWS_MANAGER
  334. #  define QT_NO_QWS_MANAGER
  335. #endif
  336. #ifndef QT_NO_QWS_KEYBOARD
  337. #  define QT_NO_QWS_KEYBOARD
  338. #endif
  339. #ifndef QT_NO_QWS_MOUSE
  340. #  define QT_NO_QWS_MOUSE
  341. #endif
  342. #ifndef QT_NO_QWS_MOUSE_AUTO
  343. #  define QT_NO_QWS_MOUSE_AUTO
  344. #endif
  345. #ifndef QT_NO_QWS_MOUSE_MANUAL
  346. #  define QT_NO_QWS_MOUSE_MANUAL
  347. #endif
  348. #ifndef QT_NO_QWS_MULTIPROCESS
  349. #  define QT_NO_QWS_MULTIPROCESS
  350. #endif
  351. #ifndef QT_NO_QWS_SOUNDSERVER
  352. #  define QT_NO_QWS_SOUNDSERVER
  353. #endif
  354. #ifndef QT_NO_SXE
  355. #  define QT_NO_SXE
  356. #endif
  357. #ifndef QT_NO_QWS_PROPERTIES
  358. #  define QT_NO_QWS_PROPERTIES
  359. #endif
  360. #ifndef QT_NO_QWS_PROXYSCREEN
  361. #  define QT_NO_QWS_PROXYSCREEN
  362. #endif
  363. #ifndef QT_NO_QWS_DYNAMICSCREENTRANSFORMATION
  364. #  define QT_NO_QWS_DYNAMICSCREENTRANSFORMATION
  365. #endif
  366. /* SVG */
  367. #ifndef QT_NO_SVG
  368. #  define QT_NO_SVG
  369. #endif
  370. #ifndef QT_NO_GRAPHICSSVGITEM
  371. #  define QT_NO_GRAPHICSSVGITEM
  372. #endif
  373. #ifndef QT_NO_SVGGENERATOR
  374. #  define QT_NO_SVGGENERATOR
  375. #endif
  376. #ifndef QT_NO_SVGRENDERER
  377. #  define QT_NO_SVGRENDERER
  378. #endif
  379. #ifndef QT_NO_SVGWIDGET
  380. #  define QT_NO_SVGWIDGET
  381. #endif
  382. /* Styles */
  383. #ifndef QT_NO_STYLE_MOTIF
  384. #  define QT_NO_STYLE_MOTIF
  385. #endif
  386. #ifndef QT_NO_STYLE_CDE
  387. #  define QT_NO_STYLE_CDE
  388. #endif
  389. #ifndef QT_NO_STYLE_CLEANLOOKS
  390. #  define QT_NO_STYLE_CLEANLOOKS
  391. #endif
  392. #ifndef QT_NO_STYLE_PLASTIQUE
  393. #  define QT_NO_STYLE_PLASTIQUE
  394. #endif
  395. #ifndef QT_NO_STYLE_STYLESHEET
  396. #  define QT_NO_STYLE_STYLESHEET
  397. #endif
  398. #ifndef QT_NO_STYLE_WINDOWSCE
  399. #  define QT_NO_STYLE_WINDOWSCE
  400. #endif
  401. #ifndef QT_NO_STYLE_WINDOWSMOBILE
  402. #  define QT_NO_STYLE_WINDOWSMOBILE
  403. #endif
  404. #ifndef QT_NO_STYLE_WINDOWSVISTA
  405. #  define QT_NO_STYLE_WINDOWSVISTA
  406. #endif
  407. #ifndef QT_NO_STYLE_WINDOWSXP
  408. #  define QT_NO_STYLE_WINDOWSXP
  409. #endif
  410. /* Utilities */
  411. #ifndef QT_NO_ACCESSIBILITY
  412. #  define QT_NO_ACCESSIBILITY
  413. #endif
  414. #ifndef QT_NO_COMPLETER
  415. #  define QT_NO_COMPLETER
  416. #endif
  417. #ifndef QT_NO_DESKTOPSERVICES
  418. #  define QT_NO_DESKTOPSERVICES
  419. #endif
  420. #ifndef QT_NO_SCRIPT
  421. #  define QT_NO_SCRIPT
  422. #endif
  423. #ifndef QT_NO_SYSTEMTRAYICON
  424. #  define QT_NO_SYSTEMTRAYICON
  425. #endif
  426. #ifndef QT_NO_UNDOCOMMAND
  427. #  define QT_NO_UNDOCOMMAND
  428. #endif
  429. #ifndef QT_NO_UNDOGROUP
  430. #  define QT_NO_UNDOGROUP
  431. #endif
  432. #ifndef QT_NO_UNDOSTACK
  433. #  define QT_NO_UNDOSTACK
  434. #endif
  435. #ifndef QT_NO_UNDOVIEW
  436. #  define QT_NO_UNDOVIEW
  437. #endif
  438. /* Widgets */
  439. #ifndef QT_NO_GROUPBOX
  440. #  define QT_NO_GROUPBOX
  441. #endif
  442. #ifndef QT_NO_BUTTONGROUP
  443. #  define QT_NO_BUTTONGROUP
  444. #endif
  445. #ifndef QT_NO_LCDNUMBER
  446. #  define QT_NO_LCDNUMBER
  447. #endif
  448. #ifndef QT_NO_LINEEDIT
  449. #  define QT_NO_LINEEDIT
  450. #endif
  451. #ifndef QT_NO_COMBOBOX
  452. #  define QT_NO_COMBOBOX
  453. #endif
  454. #ifndef QT_NO_FONTCOMBOBOX
  455. #  define QT_NO_FONTCOMBOBOX
  456. #endif
  457. #ifndef QT_NO_SPINBOX
  458. #  define QT_NO_SPINBOX
  459. #endif
  460. #ifndef QT_NO_CALENDARWIDGET
  461. #  define QT_NO_CALENDARWIDGET
  462. #endif
  463. #ifndef QT_NO_DATETIMEEDIT
  464. #  define QT_NO_DATETIMEEDIT
  465. #endif
  466. #ifndef QT_NO_LISTWIDGET
  467. #  define QT_NO_LISTWIDGET
  468. #endif
  469. #ifndef QT_NO_MENU
  470. #  define QT_NO_MENU
  471. #endif
  472. #ifndef QT_NO_CONTEXTMENU
  473. #  define QT_NO_CONTEXTMENU
  474. #endif
  475. #ifndef QT_NO_MAINWINDOW
  476. #  define QT_NO_MAINWINDOW
  477. #endif
  478. #ifndef QT_NO_DOCKWIDGET
  479. #  define QT_NO_DOCKWIDGET
  480. #endif
  481. #ifndef QT_NO_TOOLBAR
  482. #  define QT_NO_TOOLBAR
  483. #endif
  484. #ifndef QT_NO_MENUBAR
  485. #  define QT_NO_MENUBAR
  486. #endif
  487. #ifndef QT_NO_WORKSPACE
  488. #  define QT_NO_WORKSPACE
  489. #endif
  490. #ifndef QT_NO_PROGRESSBAR
  491. #  define QT_NO_PROGRESSBAR
  492. #endif
  493. #ifndef QT_NO_RESIZEHANDLER
  494. #  define QT_NO_RESIZEHANDLER
  495. #endif
  496. #ifndef QT_NO_RUBBERBAND
  497. #  define QT_NO_RUBBERBAND
  498. #endif
  499. #ifndef QT_NO_SPLITTER
  500. #  define QT_NO_SPLITTER
  501. #endif
  502. #ifndef QT_NO_SIGNALMAPPER
  503. #  define QT_NO_SIGNALMAPPER
  504. #endif
  505. #ifndef QT_NO_SIZEGRIP
  506. #  define QT_NO_SIZEGRIP
  507. #endif
  508. #ifndef QT_NO_SLIDER
  509. #  define QT_NO_SLIDER
  510. #endif
  511. #ifndef QT_NO_DIAL
  512. #  define QT_NO_DIAL
  513. #endif
  514. #ifndef QT_NO_SCROLLBAR
  515. #  define QT_NO_SCROLLBAR
  516. #endif
  517. #ifndef QT_NO_SCROLLAREA
  518. #  define QT_NO_SCROLLAREA
  519. #endif
  520. #ifndef QT_NO_GRAPHICSVIEW
  521. #  define QT_NO_GRAPHICSVIEW
  522. #endif
  523. #ifndef QT_NO_PRINTPREVIEWWIDGET
  524. #  define QT_NO_PRINTPREVIEWWIDGET
  525. #endif
  526. #ifndef QT_NO_MDIAREA
  527. #  define QT_NO_MDIAREA
  528. #endif
  529. #ifndef QT_NO_TEXTEDIT
  530. #  define QT_NO_TEXTEDIT
  531. #endif
  532. #ifndef QT_NO_SYNTAXHIGHLIGHTER
  533. #  define QT_NO_SYNTAXHIGHLIGHTER
  534. #endif
  535. #ifndef QT_NO_TEXTBROWSER
  536. #  define QT_NO_TEXTBROWSER
  537. #endif
  538. #ifndef QT_NO_SPINWIDGET
  539. #  define QT_NO_SPINWIDGET
  540. #endif
  541. #ifndef QT_NO_SPLASHSCREEN
  542. #  define QT_NO_SPLASHSCREEN
  543. #endif
  544. #ifndef QT_NO_STACKEDWIDGET
  545. #  define QT_NO_STACKEDWIDGET
  546. #endif
  547. #ifndef QT_NO_TABWIDGET
  548. #  define QT_NO_TABWIDGET
  549. #endif
  550. #ifndef QT_NO_STATUSBAR
  551. #  define QT_NO_STATUSBAR
  552. #endif
  553. #ifndef QT_NO_STATUSTIP
  554. #  define QT_NO_STATUSTIP
  555. #endif
  556. #ifndef QT_NO_TABLEWIDGET
  557. #  define QT_NO_TABLEWIDGET
  558. #endif
  559. #ifndef QT_NO_TOOLBUTTON
  560. #  define QT_NO_TOOLBUTTON
  561. #endif
  562. #ifndef QT_NO_TABBAR
  563. #  define QT_NO_TABBAR
  564. #endif
  565. #ifndef QT_NO_TOOLBOX
  566. #  define QT_NO_TOOLBOX
  567. #endif
  568. #ifndef QT_NO_WHATSTHIS
  569. #  define QT_NO_WHATSTHIS
  570. #endif
  571. #ifndef QT_NO_TOOLTIP
  572. #  define QT_NO_TOOLTIP
  573. #endif
  574. #ifndef QT_NO_TREEWIDGET
  575. #  define QT_NO_TREEWIDGET
  576. #endif
  577. #ifndef QT_NO_VALIDATOR
  578. #  define QT_NO_VALIDATOR
  579. #endif
  580. /* Windows */
  581. #ifndef QT_NO_WIN_ACTIVEQT
  582. #  define QT_NO_WIN_ACTIVEQT
  583. #endif