Include QtWinExtras to precompiled headers.
This commit is contained in:
parent
2221a35e7b
commit
78fb2c246b
|
@ -51,6 +51,10 @@
|
||||||
# include <QtXml>
|
# include <QtXml>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef QT_WINEXTRAS_LIB
|
||||||
|
# include <QtWinExtras>
|
||||||
|
#endif
|
||||||
|
|
||||||
//In Windows you can't use same header in all modes.
|
//In Windows you can't use same header in all modes.
|
||||||
#if !defined(Q_OS_WIN)
|
#if !defined(Q_OS_WIN)
|
||||||
# ifdef QT_WIDGETS_LIB
|
# ifdef QT_WIDGETS_LIB
|
||||||
|
|
Loading…
Reference in New Issue
Block a user