diff --git a/src/app/puzzle/stable.h b/src/app/puzzle/stable.h index 59b84ba3d..556e99d36 100644 --- a/src/app/puzzle/stable.h +++ b/src/app/puzzle/stable.h @@ -51,33 +51,29 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_NETWORK_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/ diff --git a/src/app/tape/stable.h b/src/app/tape/stable.h index e29b56e2f..389dadd4b 100644 --- a/src/app/tape/stable.h +++ b/src/app/tape/stable.h @@ -51,33 +51,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/ diff --git a/src/app/valentina/stable.h b/src/app/valentina/stable.h index 5848cadf8..0c7176aa2 100644 --- a/src/app/valentina/stable.h +++ b/src/app/valentina/stable.h @@ -55,33 +55,29 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif - //Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_NETWORK_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/ diff --git a/src/libs/fervor/stable.h b/src/libs/fervor/stable.h index 971c99f08..ca3731074 100644 --- a/src/libs/fervor/stable.h +++ b/src/libs/fervor/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/ifc/stable.h b/src/libs/ifc/stable.h index 6ee7c22d5..c38a29241 100644 --- a/src/libs/ifc/stable.h +++ b/src/libs/ifc/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/qmuparser/stable.h b/src/libs/qmuparser/stable.h index 7ceb4cb34..bf49e98e3 100644 --- a/src/libs/qmuparser/stable.h +++ b/src/libs/qmuparser/stable.h @@ -46,33 +46,34 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif - -# ifdef QT_SVG_LIB -# include -# endif - -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif - -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif - -# ifdef QT_NETWORK_LIB -# include -# endif -#endif/*Q_OS_WIN*/ - -# ifdef QT_CONCURRENT_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include #endif +#ifdef QT_WIDGETS_LIB +# include +#endif + +#ifdef QT_SVG_LIB +# include +#endif + +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif + +#ifdef QT_XMLPATTERNS_LIB +# include +#endif + +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif + +#endif/*__cplusplus*/ + #endif // STABLE_H diff --git a/src/libs/vdxf/stable.h b/src/libs/vdxf/stable.h index 867c60b59..a94c92dbb 100644 --- a/src/libs/vdxf/stable.h +++ b/src/libs/vdxf/stable.h @@ -51,33 +51,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vformat/stable.h b/src/libs/vformat/stable.h index 556c6fb25..d01573e25 100644 --- a/src/libs/vformat/stable.h +++ b/src/libs/vformat/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vgeometry/stable.h b/src/libs/vgeometry/stable.h index 1d6c06418..63109b1e7 100644 --- a/src/libs/vgeometry/stable.h +++ b/src/libs/vgeometry/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vlayout/stable.h b/src/libs/vlayout/stable.h index 625236518..e0d5ec120 100644 --- a/src/libs/vlayout/stable.h +++ b/src/libs/vlayout/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vmisc/stable.h b/src/libs/vmisc/stable.h index 1b0b6fdaf..5f007595a 100644 --- a/src/libs/vmisc/stable.h +++ b/src/libs/vmisc/stable.h @@ -49,33 +49,29 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_NETWORK_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vobj/stable.h b/src/libs/vobj/stable.h index b4b6e7574..8cc9e44c1 100644 --- a/src/libs/vobj/stable.h +++ b/src/libs/vobj/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vpatterndb/stable.h b/src/libs/vpatterndb/stable.h index 0e625824c..c234ac96b 100644 --- a/src/libs/vpatterndb/stable.h +++ b/src/libs/vpatterndb/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vpropertyexplorer/stable.h b/src/libs/vpropertyexplorer/stable.h index fa959871f..96f1808ea 100644 --- a/src/libs/vpropertyexplorer/stable.h +++ b/src/libs/vpropertyexplorer/stable.h @@ -42,33 +42,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/ diff --git a/src/libs/vtest/stable.h b/src/libs/vtest/stable.h index 866ce6ff4..b3b97710b 100644 --- a/src/libs/vtest/stable.h +++ b/src/libs/vtest/stable.h @@ -53,33 +53,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/libs/vtools/stable.h b/src/libs/vtools/stable.h index 5f4581b8c..89cef7694 100644 --- a/src/libs/vtools/stable.h +++ b/src/libs/vtools/stable.h @@ -51,33 +51,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif - //Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/ diff --git a/src/libs/vwidgets/stable.h b/src/libs/vwidgets/stable.h index 0980f2917..927f68493 100644 --- a/src/libs/vwidgets/stable.h +++ b/src/libs/vwidgets/stable.h @@ -49,33 +49,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif/*__cplusplus*/ diff --git a/src/test/CollectionTest/stable.h b/src/test/CollectionTest/stable.h index fe637dc24..b9f7c0985 100644 --- a/src/test/CollectionTest/stable.h +++ b/src/test/CollectionTest/stable.h @@ -55,33 +55,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif - //Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/ diff --git a/src/test/ParserTest/stable.h b/src/test/ParserTest/stable.h index f2150a431..96c9967eb 100644 --- a/src/test/ParserTest/stable.h +++ b/src/test/ParserTest/stable.h @@ -53,33 +53,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif -//Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif diff --git a/src/test/TranslationsTest/stable.h b/src/test/TranslationsTest/stable.h index 107d4abbf..82ed14435 100644 --- a/src/test/TranslationsTest/stable.h +++ b/src/test/TranslationsTest/stable.h @@ -55,33 +55,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif - //Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/ diff --git a/src/test/ValentinaTest/stable.h b/src/test/ValentinaTest/stable.h index 7225dccf7..14e519112 100644 --- a/src/test/ValentinaTest/stable.h +++ b/src/test/ValentinaTest/stable.h @@ -55,33 +55,33 @@ # include #endif -//In Windows you can't use same header in all modes. -#if !defined(Q_OS_WIN) -# ifdef QT_WIDGETS_LIB -# include -# endif +#ifdef QT_WINEXTRAS_LIB +# include +#endif -# ifdef QT_SVG_LIB -# include -# endif +#ifdef QT_WIDGETS_LIB +# include +#endif -# ifdef QT_PRINTSUPPORT_LIB -# include -# endif +#ifdef QT_SVG_LIB +# include +#endif - //Build doesn't work, if include this headers on Windows. -# ifdef QT_XMLPATTERNS_LIB -# include -# endif +#ifdef QT_PRINTSUPPORT_LIB +# include +#endif -# ifdef QT_NETWORK_LIB -# include -# endif +#ifdef QT_XMLPATTERNS_LIB +# include +#endif -# ifdef QT_CONCURRENT_LIB -# include -# endif -#endif/*Q_OS_WIN*/ +#ifdef QT_NETWORK_LIB +# include +#endif + +#ifdef QT_CONCURRENT_LIB +# include +#endif #endif /*__cplusplus*/