X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolProfile.h;h=0410637f396b79a1f08faad0502c97b0918aef7e;hb=632adadb8b9230458aeab8ddccc736d674edc87a;hp=28cf41f7c6bff23f8cf7f3f71dd36757bcce2f65;hpb=7799c187328c3c00f84f820adb9341ca632f78ff;p=clitk.git diff --git a/vv/vvToolProfile.h b/vv/vvToolProfile.h index 28cf41f..0410637 100644 --- a/vv/vvToolProfile.h +++ b/vv/vvToolProfile.h @@ -19,10 +19,10 @@ #define VVTOOLPROFILE_H #include -#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h"