Don't include qguifunctions_wince.h in QtCore.
qguifunctions_wince.h does not live anymore in QtCore, but instead in QtGui, so do not include them in QtCore. Change-Id: I22222ae7045ee0140924197ac583a3bf2e0f3d36 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
parent
4c9266fd16
commit
8e91e84e85
@ -51,7 +51,6 @@
|
|||||||
#if !defined(Q_OS_WINCE)
|
#if !defined(Q_OS_WINCE)
|
||||||
# include <intshcut.h>
|
# include <intshcut.h>
|
||||||
#else
|
#else
|
||||||
# include <qguifunctions_wince.h>
|
|
||||||
# if !defined(STANDARDSHELL_UI_MODEL)
|
# if !defined(STANDARDSHELL_UI_MODEL)
|
||||||
# include <winx.h>
|
# include <winx.h>
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user