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