summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-04 15:19:46 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-04 15:20:07 (GMT)
commitb70c535fb096652def0c4f6df6f9cd2827fa9c97 (patch)
tree91c168e6dfb07345907cfd70a961d868ea69b955 /src
parent5c23548a0a60ca25631cff2fa7f296fdbd15b78a (diff)
downloadQt-b70c535fb096652def0c4f6df6f9cd2827fa9c97.zip
Qt-b70c535fb096652def0c4f6df6f9cd2827fa9c97.tar.gz
Qt-b70c535fb096652def0c4f6df6f9cd2827fa9c97.tar.bz2
regeneration of qfeatures.h
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qfeatures.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/global/qfeatures.h b/src/corelib/global/qfeatures.h
index f11c9df..9f7c7ba 100644
--- a/src/corelib/global/qfeatures.h
+++ b/src/corelib/global/qfeatures.h
@@ -311,6 +311,11 @@
#define QT_NO_ACCESSIBILITY
#endif
+// Animation
+#if !defined(QT_NO_ANIMATION) && (defined(QT_NO_PROPERTIES))
+#define QT_NO_ANIMATION
+#endif
+
// QButtonGroup
#if !defined(QT_NO_BUTTONGROUP) && (defined(QT_NO_GROUPBOX))
#define QT_NO_BUTTONGROUP