]> Creatis software - clitk.git/blobdiff - vv/vvSurfaceViewerDialog.h
Add VTK 8.1.1 and ITK 5 beta
[clitk.git] / vv / vvSurfaceViewerDialog.h
index f6a440fbcfd5e6f5b565c5068e42a77ef903adb5..f53c9bb5ba0fdb0a93e02782e4c21a2960c38004 100644 (file)
@@ -23,10 +23,10 @@ class vtkPolyDataMapper;
 class vtkActor;
 class vtkOBJReader;
 
-#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
-#include <QtDesigner/QDesignerExportWidget>
-#else
+#if QT_VERSION >= 0x050000
 #include <QtUiPlugin/QDesignerExportWidget>
+#else
+#include <QtDesigner/QDesignerExportWidget>
 #endif
 #include <QTreeWidget>