]> Creatis software - clitk.git/blobdiff - vv/vvToolMIP.h
Merge branch 'VTK6_Qt5' of git.creatis.insa-lyon.fr:clitk into VTK6_Qt5
[clitk.git] / vv / vvToolMIP.h
index 6975c0e3042e947f7ad44591a11e71efdbda8c6b..8ee1410d570d69dcd5659cf7c9e7c8b71e8fb4c6 100644 (file)
@@ -47,7 +47,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <vvImage.h>
 
+#include <QtGlobal>
+#if QT_VERSION < 0x050000
 #include <QtDesigner/QDesignerExportWidget>
+#else
+#include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include "vvToolBase.h"
 #include "QWidget"
 #include "vvToolWidgetBase.h"