]> Creatis software - clitk.git/blobdiff - vv/vvSegmentationDialog.h
Ensure compatibility between Qt5.5 and Qt5.x or less
[clitk.git] / vv / vvSegmentationDialog.h
index a3af4a39575b6be2efc1034649a8108b43099ae0..7dca49e9b570ceeac67b783aea84df40a02a538e 100644 (file)
 #include "vtkPolyData.h"
 #include <vtkPolyDataMapper.h>
 
+#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
 #include <QtDesigner/QDesignerExportWidget>
+#else
+#include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include <QTreeWidget>
 
 //====================================================================