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