X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolProfile.h;h=8297a90d738778d2fa48d3b873e5b4c87764b51e;hb=bffde3a7ae834139793d8c00f73986879146b0e0;hp=94b377f31a0c81f9deb4456374c8a783f7f726ea;hpb=87bc8d3939a62ac6c2f0f1c72fb83cf24c49ec41;p=clitk.git diff --git a/vv/vvToolProfile.h b/vv/vvToolProfile.h index 94b377f..8297a90 100644 --- a/vv/vvToolProfile.h +++ b/vv/vvToolProfile.h @@ -19,17 +19,22 @@ #define VVTOOLPROFILE_H #include -#if QT_VERSION < 0x050000 -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h" #include "vvToolWidgetBase.h" #include "vvImageContour.h" #include "vvLandmarks.h" +#include +#if (VTK_MAJOR_VERSION == 8 && VTK_MINOR_VERSION >= 2) || VTK_MAJOR_VERSION >= 9 #include "ui_vvToolProfile.h" +#else +#include "ui_vvToolProfileVTK7.h" +#endif #include "vvBinaryImageOverlayActor.h" #include "clitkProfileImage_ggo.h"