Include QtWinExtras to precompiled headers.

This commit is contained in:
Roman Telezhynskyi 2023-01-09 12:06:47 +02:00
parent 2221a35e7b
commit 78fb2c246b

View File

@ -51,6 +51,10 @@
# include <QtXml>
#endif
#ifdef QT_WINEXTRAS_LIB
# include <QtWinExtras>
#endif
//In Windows you can't use same header in all modes.
#if !defined(Q_OS_WIN)
# ifdef QT_WIDGETS_LIB