fix MinGW build. the pragmas are for MSVC
Change-Id: I8ec58f136ad02449fdbf5aedca7a1b88583a561f
This commit is contained in:
@@ -37,7 +37,9 @@
|
||||
#if defined(Q_OS_WIN)
|
||||
# include <Windowsx.h>
|
||||
# include <Windows.h>
|
||||
# pragma comment(lib,"User32.lib")
|
||||
# if defined(Q_CC_MSVC)
|
||||
# pragma comment(lib,"User32.lib")
|
||||
# endif
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user