Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without accessibility
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <qtguiglobal.h>
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
#include "GroupView.h"
|
||||
#include "QtCore/qpointer.h"
|
||||
#include <QtGui/qaccessible.h>
|
||||
@ -114,3 +116,4 @@ private:
|
||||
|
||||
friend class AccessibleGroupView;
|
||||
};
|
||||
#endif /* !QT_NO_ACCESSIBILITY */
|
||||
|
Reference in New Issue
Block a user