Compile with QT_NO_GESTURES.
authorVolker Krause <volker.krause@kdab.com>
Mon, 3 Dec 2012 12:17:55 +0000 (13:17 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 3 Dec 2012 21:17:17 +0000 (22:17 +0100)
Change-Id: I9f8f7c586ccb5de227ec42af44159af90b39d1dd
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/widgets/itemviews/qabstractitemview.cpp

index 57c3b44..ccf3f92 100644 (file)
@@ -65,7 +65,7 @@
 #include <qaccessible.h>
 #include <qaccessible2.h>
 #endif
-#ifndef QT_NO_GESTURE
+#ifndef QT_NO_GESTURES
 #  include <qscroller.h>
 #endif