diff --git a/src/libs/vpropertyexplorer/vpropertyformwidget.cpp b/src/libs/vpropertyexplorer/vpropertyformwidget.cpp index 2d0744953..b5feaa446 100644 --- a/src/libs/vpropertyexplorer/vpropertyformwidget.cpp +++ b/src/libs/vpropertyexplorer/vpropertyformwidget.cpp @@ -25,7 +25,13 @@ #include #include #include -#include + +#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0) +# include "../vmisc/backport/qmarginsf.h" +#else +# include +#endif + #include #include #include