diff --git a/src/app/puzzle/stable.h b/src/app/puzzle/stable.h index 556e99d36..b3216d33f 100644 --- a/src/app/puzzle/stable.h +++ b/src/app/puzzle/stable.h @@ -75,6 +75,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H diff --git a/src/app/tape/stable.h b/src/app/tape/stable.h index 389dadd4b..217b6067c 100644 --- a/src/app/tape/stable.h +++ b/src/app/tape/stable.h @@ -79,6 +79,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H diff --git a/src/app/valentina/stable.h b/src/app/valentina/stable.h index 0c7176aa2..e4273b46e 100644 --- a/src/app/valentina/stable.h +++ b/src/app/valentina/stable.h @@ -79,6 +79,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/fervor/stable.h b/src/libs/fervor/stable.h index ca3731074..ff2ab3331 100644 --- a/src/libs/fervor/stable.h +++ b/src/libs/fervor/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/ifc/stable.h b/src/libs/ifc/stable.h index c38a29241..ad8942aad 100644 --- a/src/libs/ifc/stable.h +++ b/src/libs/ifc/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/qmuparser/stable.h b/src/libs/qmuparser/stable.h index bf49e98e3..601bb9fab 100644 --- a/src/libs/qmuparser/stable.h +++ b/src/libs/qmuparser/stable.h @@ -74,6 +74,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vdxf/stable.h b/src/libs/vdxf/stable.h index a94c92dbb..1829eea98 100644 --- a/src/libs/vdxf/stable.h +++ b/src/libs/vdxf/stable.h @@ -79,6 +79,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vformat/stable.h b/src/libs/vformat/stable.h index d01573e25..f77488e68 100644 --- a/src/libs/vformat/stable.h +++ b/src/libs/vformat/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vgeometry/stable.h b/src/libs/vgeometry/stable.h index 63109b1e7..af0c41068 100644 --- a/src/libs/vgeometry/stable.h +++ b/src/libs/vgeometry/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vlayout/stable.h b/src/libs/vlayout/stable.h index e0d5ec120..2fdd7ce4c 100644 --- a/src/libs/vlayout/stable.h +++ b/src/libs/vlayout/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vmisc/stable.h b/src/libs/vmisc/stable.h index 5f007595a..e64050279 100644 --- a/src/libs/vmisc/stable.h +++ b/src/libs/vmisc/stable.h @@ -73,6 +73,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vobj/stable.h b/src/libs/vobj/stable.h index 8cc9e44c1..95ed8dc77 100644 --- a/src/libs/vobj/stable.h +++ b/src/libs/vobj/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vpatterndb/stable.h b/src/libs/vpatterndb/stable.h index c234ac96b..b5be7da84 100644 --- a/src/libs/vpatterndb/stable.h +++ b/src/libs/vpatterndb/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vpropertyexplorer/stable.h b/src/libs/vpropertyexplorer/stable.h index 96f1808ea..8447f9688 100644 --- a/src/libs/vpropertyexplorer/stable.h +++ b/src/libs/vpropertyexplorer/stable.h @@ -70,6 +70,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vtest/stable.h b/src/libs/vtest/stable.h index b3b97710b..b909fb201 100644 --- a/src/libs/vtest/stable.h +++ b/src/libs/vtest/stable.h @@ -81,6 +81,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vtools/stable.h b/src/libs/vtools/stable.h index 89cef7694..ffccdafe8 100644 --- a/src/libs/vtools/stable.h +++ b/src/libs/vtools/stable.h @@ -79,6 +79,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H diff --git a/src/libs/vwidgets/stable.h b/src/libs/vwidgets/stable.h index 927f68493..4585cd661 100644 --- a/src/libs/vwidgets/stable.h +++ b/src/libs/vwidgets/stable.h @@ -77,6 +77,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif/*__cplusplus*/ #endif // STABLE_H diff --git a/src/test/CollectionTest/stable.h b/src/test/CollectionTest/stable.h index b9f7c0985..c9ba017e4 100644 --- a/src/test/CollectionTest/stable.h +++ b/src/test/CollectionTest/stable.h @@ -83,6 +83,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H diff --git a/src/test/ParserTest/stable.h b/src/test/ParserTest/stable.h index 96c9967eb..db69c6def 100644 --- a/src/test/ParserTest/stable.h +++ b/src/test/ParserTest/stable.h @@ -81,6 +81,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif #endif // STABLE_H diff --git a/src/test/TranslationsTest/stable.h b/src/test/TranslationsTest/stable.h index 82ed14435..25e42311a 100644 --- a/src/test/TranslationsTest/stable.h +++ b/src/test/TranslationsTest/stable.h @@ -83,6 +83,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H diff --git a/src/test/ValentinaTest/stable.h b/src/test/ValentinaTest/stable.h index 14e519112..a0fbcca2c 100644 --- a/src/test/ValentinaTest/stable.h +++ b/src/test/ValentinaTest/stable.h @@ -83,6 +83,12 @@ # include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#ifdef QT_OPENGLWIDGETS_LIB +# include +#endif +#endif + #endif /*__cplusplus*/ #endif // STABLE_H