aboutsummaryrefslogtreecommitdiffhomepage
path: root/externals/qhexedit/qhexedit_p.h
diff options
context:
space:
mode:
authorGravatar Sacha <xsacha@gmail.com>2014-08-19 21:34:00 +1000
committerGravatar Sacha <xsacha@gmail.com>2014-08-19 21:34:00 +1000
commit90f23020f53c94dab800f7348877aae483974512 (patch)
treedffeef80b636b9f8baee1f70820dc9536f7d8567 /externals/qhexedit/qhexedit_p.h
parente9c5c563a500ac19ecb2f580ce065a9010dedac9 (diff)
Add Qt5 option. Use Qt5 by default.
Diffstat (limited to 'externals/qhexedit/qhexedit_p.h')
-rw-r--r--externals/qhexedit/qhexedit_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/qhexedit/qhexedit_p.h b/externals/qhexedit/qhexedit_p.h
index 138139b9..1c2c11cc 100644
--- a/externals/qhexedit/qhexedit_p.h
+++ b/externals/qhexedit/qhexedit_p.h
@@ -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