]> Creatis software - clitk.git/blobdiff - vv/vvToolResample.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvToolResample.h
index a522e3d53984442a5a43309f59286d746fb9af75..3cb12ef9a92200de7b54f4e7a94f725bdd5fbaab 100644 (file)
 #include "vvToolBase.h"
 
 // qt
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include <QTreeWidget>
 
 //------------------------------------------------------------------------------