Update SDL and switch to arch-specific headers on Windows
SDL -> e2ade2b
This commit is contained in:
parent
11f659aadb
commit
91b787a5be
3 changed files with 15 additions and 3 deletions
|
|
@ -19,6 +19,16 @@ CONFIG += warn_off
|
|||
include(../globaldefs.pri)
|
||||
|
||||
win32 {
|
||||
contains(QT_ARCH, i386) {
|
||||
INCLUDEPATH += $$PWD/../libs/windows/include/x86
|
||||
}
|
||||
contains(QT_ARCH, x86_64) {
|
||||
INCLUDEPATH += $$PWD/../libs/windows/include/x64
|
||||
}
|
||||
contains(QT_ARCH, arm64) {
|
||||
INCLUDEPATH += $$PWD/../libs/windows/include/arm64
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$PWD/../libs/windows/include
|
||||
}
|
||||
macx {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue