Advertisement
Guest User

Untitled

a guest
Jun 30th, 2011
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1.  
  2. /* Data structures */
  3. #ifndef QT_NO_QUUID_STRING
  4. # define QT_NO_QUUID_STRING
  5. #endif
  6. #ifndef QT_NO_STL
  7. # define QT_NO_STL
  8. #endif
  9.  
  10. /* Dialogs */
  11. #ifndef QT_NO_COLORDIALOG
  12. # define QT_NO_COLORDIALOG
  13. #endif
  14. #ifndef QT_NO_ERRORMESSAGE
  15. # define QT_NO_ERRORMESSAGE
  16. #endif
  17. #ifndef QT_NO_FILEDIALOG
  18. # define QT_NO_FILEDIALOG
  19. #endif
  20. #ifndef QT_NO_FONTDIALOG
  21. # define QT_NO_FONTDIALOG
  22. #endif
  23. #ifndef QT_NO_INPUTDIALOG
  24. # define QT_NO_INPUTDIALOG
  25. #endif
  26. #ifndef QT_NO_MESSAGEBOX
  27. # define QT_NO_MESSAGEBOX
  28. #endif
  29. #ifndef QT_NO_PRINTDIALOG
  30. # define QT_NO_PRINTDIALOG
  31. #endif
  32. #ifndef QT_NO_PROGRESSDIALOG
  33. # define QT_NO_PROGRESSDIALOG
  34. #endif
  35. #ifndef QT_NO_TABDIALOG
  36. # define QT_NO_TABDIALOG
  37. #endif
  38.  
  39. /* File I/O */
  40. #ifndef QT_NO_DOM
  41. # define QT_NO_DOM
  42. #endif
  43. #ifndef QT_NO_FILESYSTEMWATCHER
  44. # define QT_NO_FILESYSTEMWATCHER
  45. #endif
  46. #ifndef QT_NO_PROCESS
  47. # define QT_NO_PROCESS
  48. #endif
  49. #ifndef QT_NO_SETTINGS
  50. # define QT_NO_SETTINGS
  51. #endif
  52. #ifndef QT_NO_LIBRARY
  53. # define QT_NO_LIBRARY
  54. #endif
  55. #ifndef QT_NO_TEMPORARYFILE
  56. # define QT_NO_TEMPORARYFILE
  57. #endif
  58. #ifndef QT_NO_TEXTSTREAM
  59. # define QT_NO_TEXTSTREAM
  60. #endif
  61.  
  62. /* Fonts */
  63. #ifndef QT_NO_FREETYPE
  64. # define QT_NO_FREETYPE
  65. #endif
  66.  
  67. /* Images */
  68. #ifndef QT_NO_IMAGEFORMATPLUGIN
  69. # define QT_NO_IMAGEFORMATPLUGIN
  70. #endif
  71. #ifndef QT_NO_IMAGEFORMAT_BMP
  72. # define QT_NO_IMAGEFORMAT_BMP
  73. #endif
  74. #ifndef QT_NO_IMAGEFORMAT_JPEG
  75. # define QT_NO_IMAGEFORMAT_JPEG
  76. #endif
  77. #ifndef QT_NO_IMAGEFORMAT_PPM
  78. # define QT_NO_IMAGEFORMAT_PPM
  79. #endif
  80. #ifndef QT_NO_IMAGEFORMAT_XBM
  81. # define QT_NO_IMAGEFORMAT_XBM
  82. #endif
  83. #ifndef QT_NO_IMAGEFORMAT_XPM
  84. # define QT_NO_IMAGEFORMAT_XPM
  85. #endif
  86. #ifndef QT_NO_IMAGE_TEXT
  87. # define QT_NO_IMAGE_TEXT
  88. #endif
  89. #ifndef QT_NO_MOVIE
  90. # define QT_NO_MOVIE
  91. #endif
  92.  
  93. /* Internationalization */
  94. #ifndef QT_NO_BIG_CODECS
  95. # define QT_NO_BIG_CODECS
  96. #endif
  97. #ifndef QT_NO_QWS_INPUTMETHODS
  98. # define QT_NO_QWS_INPUTMETHODS
  99. #endif
  100. #ifndef QT_NO_TEXTCODEC
  101. # define QT_NO_TEXTCODEC
  102. #endif
  103. #ifndef QT_NO_CODECS
  104. # define QT_NO_CODECS
  105. #endif
  106. #ifndef QT_NO_TEXTCODECPLUGIN
  107. # define QT_NO_TEXTCODECPLUGIN
  108. #endif
  109. #ifndef QT_NO_TRANSLATION
  110. # define QT_NO_TRANSLATION
  111. #endif
  112. #ifndef QT_NO_TRANSLATION_UTF8
  113. # define QT_NO_TRANSLATION_UTF8
  114. #endif
  115.  
  116. /* ItemViews */
  117. #ifndef QT_NO_DIRMODEL
  118. # define QT_NO_DIRMODEL
  119. #endif
  120. #ifndef QT_NO_PROXYMODEL
  121. # define QT_NO_PROXYMODEL
  122. #endif
  123. #ifndef QT_NO_SORTFILTERPROXYMODEL
  124. # define QT_NO_SORTFILTERPROXYMODEL
  125. #endif
  126. #ifndef QT_NO_STRINGLISTMODEL
  127. # define QT_NO_STRINGLISTMODEL
  128. #endif
  129. #ifndef QT_NO_TABLEVIEW
  130. # define QT_NO_TABLEVIEW
  131. #endif
  132. #ifndef QT_NO_TREEVIEW
  133. # define QT_NO_TREEVIEW
  134. #endif
  135.  
  136. /* Kernel */
  137. #ifndef QT_NO_CLIPBOARD
  138. # define QT_NO_CLIPBOARD
  139. #endif
  140. #ifndef QT_NO_CONCURRENT
  141. # define QT_NO_CONCURRENT
  142. #endif
  143. #ifndef QT_NO_CSSPARSER
  144. # define QT_NO_CSSPARSER
  145. #endif
  146. #ifndef QT_NO_CURSOR
  147. # define QT_NO_CURSOR
  148. #endif
  149. #ifndef QT_NO_DRAGANDDROP
  150. # define QT_NO_DRAGANDDROP
  151. #endif
  152. #ifndef QT_NO_EFFECTS
  153. # define QT_NO_EFFECTS
  154. #endif
  155. #ifndef QT_NO_PROPERTIES
  156. # define QT_NO_PROPERTIES
  157. #endif
  158. #ifndef QT_NO_SESSIONMANAGER
  159. # define QT_NO_SESSIONMANAGER
  160. #endif
  161. #ifndef QT_NO_SHAREDMEMORY
  162. # define QT_NO_SHAREDMEMORY
  163. #endif
  164. #ifndef QT_NO_SHORTCUT
  165. # define QT_NO_SHORTCUT
  166. #endif
  167. #ifndef QT_NO_SOUND
  168. # define QT_NO_SOUND
  169. #endif
  170. #ifndef QT_NO_TEXTHTMLPARSER
  171. # define QT_NO_TEXTHTMLPARSER
  172. #endif
  173. #ifndef QT_NO_WHEELEVENT
  174. # define QT_NO_WHEELEVENT
  175. #endif
  176. #ifndef QT_NO_XMLSTREAM
  177. # define QT_NO_XMLSTREAM
  178. #endif
  179.  
  180. /* Networking */
  181. #ifndef QT_NO_COP
  182. # define QT_NO_COP
  183. #endif
  184. #ifndef QT_NO_HOSTINFO
  185. # define QT_NO_HOSTINFO
  186. #endif
  187. #ifndef QT_NO_HTTP
  188. # define QT_NO_HTTP
  189. #endif
  190. #ifndef QT_NO_NETWORKDISKCACHE
  191. # define QT_NO_NETWORKDISKCACHE
  192. #endif
  193. #ifndef QT_NO_NETWORKINTERFACE
  194. # define QT_NO_NETWORKINTERFACE
  195. #endif
  196. #ifndef QT_NO_NETWORKPROXY
  197. # define QT_NO_NETWORKPROXY
  198. #endif
  199. #ifndef QT_NO_UDPSOCKET
  200. # define QT_NO_UDPSOCKET
  201. #endif
  202. #ifndef QT_NO_URLINFO
  203. # define QT_NO_URLINFO
  204. #endif
  205.  
  206. /* Painting */
  207. #ifndef QT_NO_COLORNAMES
  208. # define QT_NO_COLORNAMES
  209. #endif
  210. #ifndef QT_NO_DIRECTPAINTER
  211. # define QT_NO_DIRECTPAINTER
  212. #endif
  213. #ifndef QT_NO_PAINTONSCREEN
  214. # define QT_NO_PAINTONSCREEN
  215. #endif
  216. #ifndef QT_NO_PICTURE
  217. # define QT_NO_PICTURE
  218. #endif
  219. #ifndef QT_NO_PRINTER
  220. # define QT_NO_PRINTER
  221. #endif
  222. #ifndef QT_NO_CUPS
  223. # define QT_NO_CUPS
  224. #endif
  225.  
  226. /* Phonon */
  227. #ifndef QT_NO_PHONON_ABSTRACTMEDIASTREAM
  228. # define QT_NO_PHONON_ABSTRACTMEDIASTREAM
  229. #endif
  230. #ifndef QT_NO_PHONON_AUDIOCAPTURE
  231. # define QT_NO_PHONON_AUDIOCAPTURE
  232. #endif
  233. #ifndef QT_NO_PHONON_EFFECT
  234. # define QT_NO_PHONON_EFFECT
  235. #endif
  236. #ifndef QT_NO_PHONON_MEDIACONTROLLER
  237. # define QT_NO_PHONON_MEDIACONTROLLER
  238. #endif
  239. #ifndef QT_NO_PHONON_OBJECTDESCRIPTIONMODEL
  240. # define QT_NO_PHONON_OBJECTDESCRIPTIONMODEL
  241. #endif
  242. #ifndef QT_NO_PHONON_SEEKSLIDER
  243. # define QT_NO_PHONON_SEEKSLIDER
  244. #endif
  245. #ifndef QT_NO_PHONON_VIDEO
  246. # define QT_NO_PHONON_VIDEO
  247. #endif
  248. #ifndef QT_NO_PHONON_VOLUMESLIDER
  249. # define QT_NO_PHONON_VOLUMESLIDER
  250. #endif
  251.  
  252. /* Qt for Embedded Linux */
  253. #ifndef QT_NO_QWS_KEYBOARD
  254. # define QT_NO_QWS_KEYBOARD
  255. #endif
  256. #ifndef QT_NO_QWS_MOUSE
  257. # define QT_NO_QWS_MOUSE
  258. #endif
  259. #ifndef QT_NO_QWS_MOUSE_AUTO
  260. # define QT_NO_QWS_MOUSE_AUTO
  261. #endif
  262. #ifndef QT_NO_QWS_MOUSE_MANUAL
  263. # define QT_NO_QWS_MOUSE_MANUAL
  264. #endif
  265. #ifndef QT_NO_QWS_SOUNDSERVER
  266. # define QT_NO_QWS_SOUNDSERVER
  267. #endif
  268. #ifndef QT_NO_QWS_PROPERTIES
  269. # define QT_NO_QWS_PROPERTIES
  270. #endif
  271.  
  272. /* SVG */
  273. #ifndef QT_NO_SVG
  274. # define QT_NO_SVG
  275. #endif
  276.  
  277. /* Styles */
  278. #ifndef QT_NO_STYLE_MOTIF
  279. # define QT_NO_STYLE_MOTIF
  280. #endif
  281. #ifndef QT_NO_STYLE_CDE
  282. # define QT_NO_STYLE_CDE
  283. #endif
  284. #ifndef QT_NO_STYLE_CLEANLOOKS
  285. # define QT_NO_STYLE_CLEANLOOKS
  286. #endif
  287. #ifndef QT_NO_STYLE_PLASTIQUE
  288. # define QT_NO_STYLE_PLASTIQUE
  289. #endif
  290. #ifndef QT_NO_STYLE_STYLESHEET
  291. # define QT_NO_STYLE_STYLESHEET
  292. #endif
  293. #ifndef QT_NO_STYLE_WINDOWSXP
  294. # define QT_NO_STYLE_WINDOWSXP
  295. #endif
  296.  
  297. /* Utilities */
  298. #ifndef QT_NO_COMPLETER
  299. # define QT_NO_COMPLETER
  300. #endif
  301. #ifndef QT_NO_DESKTOPSERVICES
  302. # define QT_NO_DESKTOPSERVICES
  303. #endif
  304. #ifndef QT_NO_GESTURES
  305. # define QT_NO_GESTURES
  306. #endif
  307. #ifndef QT_NO_SYSTEMTRAYICON
  308. # define QT_NO_SYSTEMTRAYICON
  309. #endif
  310.  
  311. /* Widgets */
  312. #ifndef QT_NO_LCDNUMBER
  313. # define QT_NO_LCDNUMBER
  314. #endif
  315. #ifndef QT_NO_FONTCOMBOBOX
  316. # define QT_NO_FONTCOMBOBOX
  317. #endif
  318. #ifndef QT_NO_SPINBOX
  319. # define QT_NO_SPINBOX
  320. #endif
  321. #ifndef QT_NO_CALENDARWIDGET
  322. # define QT_NO_CALENDARWIDGET
  323. #endif
  324. #ifndef QT_NO_DATETIMEEDIT
  325. # define QT_NO_DATETIMEEDIT
  326. #endif
  327. #ifndef QT_NO_CONTEXTMENU
  328. # define QT_NO_CONTEXTMENU
  329. #endif
  330. #ifndef QT_NO_DOCKWIDGET
  331. # define QT_NO_DOCKWIDGET
  332. #endif
  333. #ifndef QT_NO_TOOLBAR
  334. # define QT_NO_TOOLBAR
  335. #endif
  336. #ifndef QT_NO_WORKSPACE
  337. # define QT_NO_WORKSPACE
  338. #endif
  339. #ifndef QT_NO_MENUBAR
  340. # define QT_NO_MENUBAR
  341. #endif
  342. #ifndef QT_NO_PROGRESSBAR
  343. # define QT_NO_PROGRESSBAR
  344. #endif
  345. #ifndef QT_NO_SPLITTER
  346. # define QT_NO_SPLITTER
  347. #endif
  348. #ifndef QT_NO_SIZEGRIP
  349. # define QT_NO_SIZEGRIP
  350. #endif
  351. #ifndef QT_NO_STACKEDWIDGET
  352. # define QT_NO_STACKEDWIDGET
  353. #endif
  354. #ifndef QT_NO_TABWIDGET
  355. # define QT_NO_TABWIDGET
  356. #endif
  357. #ifndef QT_NO_STATUSBAR
  358. # define QT_NO_STATUSBAR
  359. #endif
  360. #ifndef QT_NO_TABLEWIDGET
  361. # define QT_NO_TABLEWIDGET
  362. #endif
  363. #ifndef QT_NO_TABBAR
  364. # define QT_NO_TABBAR
  365. #endif
  366. #ifndef QT_NO_TOOLBOX
  367. # define QT_NO_TOOLBOX
  368. #endif
  369. #ifndef QT_NO_WHATSTHIS
  370. # define QT_NO_WHATSTHIS
  371. #endif
  372. #ifndef QT_NO_TOOLTIP
  373. # define QT_NO_TOOLTIP
  374. #endif
  375. #ifndef QT_NO_TREEWIDGET
  376. # define QT_NO_TREEWIDGET
  377. #endif
  378. #ifndef QT_NO_VALIDATOR
  379. # define QT_NO_VALIDATOR
  380. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement