]> Creatis software - clitk.git/blobdiff - vv/vvToolMIP.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvToolMIP.h
index 4691e2eb98dd713420ccf8d937fa579452898485..d3c6f7c7be74a921e59fd6d8b3242f21c686b7a1 100644 (file)
@@ -47,7 +47,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <vvImage.h>
 
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include "vvToolBase.h"
 #include "QWidget"
 #include "vvToolWidgetBase.h"