]> Creatis software - clitk.git/blobdiff - vv/vvSurfaceViewerDialog.h
Ensure compatibility between Qt5.5 and Qt5.x or less
[clitk.git] / vv / vvSurfaceViewerDialog.h
index ff9f0be7a056f92aea349387c7fe0d982709261c..f6a440fbcfd5e6f5b565c5068e42a77ef903adb5 100644 (file)
@@ -23,7 +23,7 @@ class vtkPolyDataMapper;
 class vtkActor;
 class vtkOBJReader;
 
-#if QT_VERSION < 0x050000
+#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
 #include <QtDesigner/QDesignerExportWidget>
 #else
 #include <QtUiPlugin/QDesignerExportWidget>