#3752 CVF Code changes to build on Qt4 and Qt5

This commit is contained in:
Gaute Lindkvist
2018-11-26 09:52:34 +01:00
parent 83c5f63291
commit 237623ef21
16 changed files with 95 additions and 10 deletions

View File

@@ -41,7 +41,11 @@
#include "cvfTextureImage.h"
#include <QtCore/QString>
#if QT_VERSION >= 0x050000
#include <QImage>
#else
#include <QtGui/QImage>
#endif
namespace cvfqt {