Replace D3DX9 with SDL_ttf for overlay rendering

This commit is contained in:
Cameron Gutman
2020-12-13 16:50:02 -06:00
parent d58837421f
commit 1e7cb7f13e
5 changed files with 158 additions and 107 deletions
-6
View File
@@ -36,16 +36,10 @@ win32 {
INCLUDEPATH += $$PWD/../libs/windows/include
contains(QT_ARCH, i386) {
INCLUDEPATH += $$(DXSDK_DIR)/Include
LIBS += -L$$PWD/../libs/windows/lib/x86
LIBS += -L$$(DXSDK_DIR)/Lib/x86 -ld3dx9
DEFINES += HAS_D3DX9
}
contains(QT_ARCH, x86_64) {
INCLUDEPATH += $$(DXSDK_DIR)/Include
LIBS += -L$$PWD/../libs/windows/lib/x64
LIBS += -L$$(DXSDK_DIR)/Lib/x64 -ld3dx9
DEFINES += HAS_D3DX9
}
contains(QT_ARCH, arm64) {
LIBS += -L$$PWD/../libs/windows/lib/arm64