]> Creatis software - clitk.git/blobdiff - vv/vvSegmentationDialog.h
Ensure compatibility between Qt5.5 and Qt5.x or less
[clitk.git] / vv / vvSegmentationDialog.h
index 07f1fdc23a2810ba6ff88d4386adf4d6dad27fb2..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>
 
 //====================================================================