]> Creatis software - clitk.git/blobdiff - vv/vvToolSegmentation.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvToolSegmentation.h
index 93b9f3f0162f7877452607cdeaaf27169ee3afb1..ba5eb5be0827ba6b077681313ab297edaa33f5b0 100644 (file)
 #ifndef VVTOOLSEGMENTATION_H
 #define VVTOOLSEGMENTATION_H
 
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 
 #include "vvToolBase.h"
 #include "vvToolWidgetBase.h"