1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

fix arm build

This commit is contained in:
AbelTian 2018-05-28 17:47:29 +08:00
parent 9af9a9125e
commit 203a361359
2 changed files with 3 additions and 4 deletions

View File

@ -54,8 +54,7 @@ SUBDIRS =
#need GumoQuery
#-----------------------------------------------------------------
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/QtSdkManager
#
greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
#SUBDIRS += demo/GuiBuildTool
#SUBDIRS += demo/LearnCookieTest
#-----------------------------------------------------------------

View File

@ -2,7 +2,7 @@
#define QQTEVENT_H
#include <QEvent>
#include <QMouseEvent>
#include "qqt-qt.h"
#include <qqt-local.h>
@ -12,7 +12,7 @@ class QQTSHARED_EXPORT QQtMouseEvent : public QMouseEvent
public:
QQtMouseEvent() :
QMouseEvent ( MouseButtonPress, QPointF(), QPointF(), QPointF(),
Qt::LeftButton, Qt::LeftButton, Qt::NoModifier, Qt::MouseEventNotSynthesized ) {
Qt::LeftButton, Qt::LeftButton, Qt::NoModifier ) {
}
virtual ~QQtMouseEvent() {}