]> Creatis software - clitk.git/blobdiff - vv/vvToolProfile.h
Remove warnings with travis compilators
[clitk.git] / vv / vvToolProfile.h
index 94b377f31a0c81f9deb4456374c8a783f7f726ea..0410637f396b79a1f08faad0502c97b0918aef7e 100644 (file)
 #define VVTOOLPROFILE_H
 
 #include <QtGlobal>
-#if QT_VERSION < 0x050000
-#include <QtDesigner/QDesignerExportWidget>
-#else
+#if QT_VERSION >= 0x050000
 #include <QtUiPlugin/QDesignerExportWidget>
+#else
+#include <QtDesigner/QDesignerExportWidget>
 #endif
 
 #include "vvToolBase.h"