purge references to non-features
due to modularization, svg and activeqt do not belong here any more. note that concurrent and dbus are staying for the time being, because being part of qtbase and configure lacking support to switch them off, this is the only way to disable the modules. Change-Id: Idbc0d2f7db23f7e797fc301ab1136f69f9049b27 Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
95156cfff7
commit
6f0c88f6c3
@ -241,8 +241,3 @@
|
||||
#ifndef QT_NO_TREEWIDGET
|
||||
# define QT_NO_TREEWIDGET
|
||||
#endif
|
||||
|
||||
/* Windows */
|
||||
#ifndef QT_NO_WIN_ACTIVEQT
|
||||
# define QT_NO_WIN_ACTIVEQT
|
||||
#endif
|
||||
|
@ -275,20 +275,6 @@
|
||||
# define QT_NO_CUPS
|
||||
#endif
|
||||
|
||||
/* SVG */
|
||||
#ifndef QT_NO_SVG
|
||||
# define QT_NO_SVG
|
||||
#endif
|
||||
#ifndef QT_NO_SVGGENERATOR
|
||||
# define QT_NO_SVGGENERATOR
|
||||
#endif
|
||||
#ifndef QT_NO_SVGRENDERER
|
||||
# define QT_NO_SVGRENDERER
|
||||
#endif
|
||||
#ifndef QT_NO_SVGWIDGET
|
||||
# define QT_NO_SVGWIDGET
|
||||
#endif
|
||||
|
||||
/* Styles */
|
||||
#ifndef QT_NO_STYLE_FUSION
|
||||
# define QT_NO_STYLE_FUSION
|
||||
@ -474,8 +460,3 @@
|
||||
#ifndef QT_NO_VALIDATOR
|
||||
# define QT_NO_VALIDATOR
|
||||
#endif
|
||||
|
||||
/* Windows */
|
||||
#ifndef QT_NO_WIN_ACTIVEQT
|
||||
# define QT_NO_WIN_ACTIVEQT
|
||||
#endif
|
||||
|
@ -203,20 +203,6 @@
|
||||
# define QT_NO_CUPS
|
||||
#endif
|
||||
|
||||
/* SVG */
|
||||
#ifndef QT_NO_SVG
|
||||
# define QT_NO_SVG
|
||||
#endif
|
||||
#ifndef QT_NO_SVGGENERATOR
|
||||
# define QT_NO_SVGGENERATOR
|
||||
#endif
|
||||
#ifndef QT_NO_SVGRENDERER
|
||||
# define QT_NO_SVGRENDERER
|
||||
#endif
|
||||
#ifndef QT_NO_SVGWIDGET
|
||||
# define QT_NO_SVGWIDGET
|
||||
#endif
|
||||
|
||||
/* Styles */
|
||||
#ifndef QT_NO_STYLE_STYLESHEET
|
||||
# define QT_NO_STYLE_STYLESHEET
|
||||
@ -247,8 +233,3 @@
|
||||
#ifndef QT_NO_SYSTEMTRAYICON
|
||||
# define QT_NO_SYSTEMTRAYICON
|
||||
#endif
|
||||
|
||||
/* Windows */
|
||||
#ifndef QT_NO_WIN_ACTIVEQT
|
||||
# define QT_NO_WIN_ACTIVEQT
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user