Define DirectInput Version for Windows builds

This commit is contained in:
Roland Winklmeier
2016-07-28 14:47:51 +02:00
parent 0c51323db0
commit 4c82009ac1

View File

@@ -27,6 +27,8 @@ win32 {
HEADERS += $$PWD/win/*.h
SOURCES += $$PWD/win/*.cpp
DEFINES += DIRECTINPUT_VERSION=0x0800
LIBS *= -ldxguid -lole32 -ldinput8 -lUser32
}