changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
--- a/src/imports/gestures/qdeclarativegesturearea_p.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/imports/gestures/qdeclarativegesturearea_p.h Wed Aug 18 10:37:55 2010 +0300 @@ -50,6 +50,8 @@ #include <QtCore/qstring.h> #include <QtGui/qgesture.h> +#ifndef QT_NO_GESTURES + QT_BEGIN_HEADER QT_BEGIN_NAMESPACE @@ -97,4 +99,6 @@ QT_END_HEADER +#endif // QT_NO_GESTURES + #endif