mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3752 CVF Code changes to build on Qt4 and Qt5
This commit is contained in:
@@ -41,7 +41,11 @@
|
||||
#include "cvfTextureImage.h"
|
||||
|
||||
#include <QtCore/QString>
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QImage>
|
||||
#else
|
||||
#include <QtGui/QImage>
|
||||
#endif
|
||||
|
||||
namespace cvfqt {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user