Fix filename case so that it will build on a case-sensitive filesystem.

This commit is contained in:
Jacob Young
2020-12-28 02:54:19 -05:00
committed by Sergio Martins
parent 51d78ba20b
commit 0fe58fd160
7 changed files with 9 additions and 9 deletions

View File

@@ -26,8 +26,8 @@
#if defined(Q_OS_WIN)
# include <QtGui/private/qhighdpiscaling_p.h>
# include <Windowsx.h>
# include <Windows.h>
# include <windowsx.h>
# include <windows.h>
# if defined(Q_CC_MSVC)
# pragma comment(lib,"User32.lib")
# endif