]> Creatis software - clitk.git/blobdiff - vv/vvToolCropImage.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvToolCropImage.h
index e544a8ba4a2d53f0cacee1ed99f609cdfc148b26..c5d8ce159822589291792ca6327ff36083bb2d45 100644 (file)
 
 //qt
 #include <QtGlobal>
-#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
-#include <QtDesigner/QDesignerExportWidget>
-#else
+#if QT_VERSION >= 0x050000
 #include <QtUiPlugin/QDesignerExportWidget>
+#else
+#include <QtDesigner/QDesignerExportWidget>
 #endif
 #include <QDialog>
 #include <QSlider>