]> Creatis software - clitk.git/blobdiff - vv/vvToolImageArithm.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvToolImageArithm.h
index 23b73d54e40b26fd8362bf44247db14cc9b889fd..964b9c81219d6075c23545411a1b9ac7d6f2b3f5 100644 (file)
 #define VVTOOLImageArithm_H
 
 #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 "vvToolBase.h"