mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 19:37:58 -05:00
Add Qt5 option. Use Qt5 by default.
This commit is contained in:
3
externals/qhexedit/qhexedit_p.h
vendored
3
externals/qhexedit/qhexedit_p.h
vendored
@ -5,6 +5,9 @@
|
||||
|
||||
|
||||
#include <QtGui>
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
||||
#include <QtWidgets>
|
||||
#endif
|
||||
#include "xbytearray.h"
|
||||
|
||||
class QHexEditPrivate : public QWidget
|
||||
|
Reference in New Issue
Block a user