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:
parent
9af9a9125e
commit
203a361359
@ -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
|
||||
#-----------------------------------------------------------------
|
||||
|
@ -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() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user