]> Creatis software - clitk.git/blobdiff - vv/vvToolROIManager.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvToolROIManager.h
index 1c5fa20a5ed2c94630dbc3572512edc249d2284e..5c93de359cfc1dc6f826d57a9406fbfbd65e9369 100644 (file)
 #ifndef VVTOOLROIMANAGER_H
 #define VVTOOLROIMANAGER_H
 
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include <QSharedPointer>
 
 #include "vvToolBase.h"