git-svn-id: svn://db.shs.com.ru/libs@528 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-04-16 20:05:03 +00:00
parent 65f0a573b5
commit 90919ca7ea

View File

@@ -3,8 +3,10 @@
#include "uglwidget.h" #include "uglwidget.h"
#include "ui_graphic.h" #include "ui_graphic.h"
#include "ui_graphic_conf.h" #include "ui_graphic_conf.h"
#if QT_VERSION >= 0x050100 #if QT_VERSION < 0x050000
//# include <QSensorGestureManager> # include <QTapAndHoldGesture>
# include <QPanGesture>
# include <QPinchGesture>
#endif #endif
#ifndef Q_OS_ANDROID #ifndef Q_OS_ANDROID
# define HAS_GL # define HAS_GL