]> Creatis software - clitk.git/blobdiff - vv/vvLabelImageLoaderWidget.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvLabelImageLoaderWidget.h
index ff7446440ad05db029614ace3795b500fa5fb407..94b591cc07643d19c18352f63334a78e9e524878 100644 (file)
 #include "vvImage.h"
 
 // qt
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include <QDialog>
 #include "ui_vvLabelImageLoaderWidget.h"