]> Creatis software - clitk.git/blobdiff - vv/vvLabelImageLoaderWidget.h
Ensure compatibility between Qt5.5 and Qt5.x or less
[clitk.git] / vv / vvLabelImageLoaderWidget.h
index ff7446440ad05db029614ace3795b500fa5fb407..0477ca606a4c5497fab91b5985c6b5b0100a08e3 100644 (file)
 #include "vvImage.h"
 
 // qt
+#include <QtGlobal>
+#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include <QDialog>
 #include "ui_vvLabelImageLoaderWidget.h"