mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3752 ResInsight code changes to build on both Qt4 and Qt5
This commit is contained in:
@@ -33,7 +33,12 @@
|
||||
|
||||
#include "cafFactory.h"
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QtWidgets/qerrormessage.h>
|
||||
#include <QtWidgets/qmdisubwindow.h>
|
||||
#else
|
||||
#include <QtGui>
|
||||
#endif
|
||||
#include <QtNetwork>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user