]> Creatis software - clitk.git/blobdiff - vv/vvSurfaceViewerDialog.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvSurfaceViewerDialog.h
index fe9848ef77d6f91fab515ee98bf539566a5fdf9e..ff9f0be7a056f92aea349387c7fe0d982709261c 100644 (file)
@@ -23,7 +23,11 @@ class vtkPolyDataMapper;
 class vtkActor;
 class vtkOBJReader;
 
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include <QTreeWidget>
 
 //====================================================================