]> Creatis software - clitk.git/blobdiff - vv/vvToolMIP.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvToolMIP.h
index af7e1f7792488eb369457c12f7a48e2827393629..e915525cb03814924ad482f8394d6d3d066babcb 100644 (file)
@@ -48,10 +48,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include <vvImage.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"
 #include "QWidget"