windows: use lowercase #include
MinGW's headers are lowercase, and MSVC is generally run on a case- insensitive file system. Including in the lowercase is the more compatible option. Change-Id: I288cecb77ddd8029bb3925e613a830dd9ce96a6c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
b16e738044
commit
dfaa32a945
@ -57,7 +57,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAS_UI_VIEW_SETTINGS_INTEROP
|
||||
# include <UIViewSettingsInterop.h>
|
||||
# include <uiviewsettingsinterop.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAS_UI_VIEW_SETTINGS_INTEROP
|
||||
|
Loading…
Reference in New Issue
Block a user