mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
Attempt to fix Qt build on x86/x64 (untested). See #5702
This commit is contained in:
parent
31e5d0dcdb
commit
962e08ecda
@ -103,6 +103,9 @@ SOURCES += $$P/native/audio/*.cpp \
|
||||
$$P/native/util/text/utf8.cpp \
|
||||
$$P/native/util/text/parsers.cpp
|
||||
|
||||
contains(QMAKE_TARGET.arch, x86): SOURCES += $$files($$P/native/math/fast/fast_matrix_sse.c)
|
||||
|
||||
|
||||
HEADERS += $$P/native/audio/*.h \
|
||||
$$P/native/base/backtrace.h \
|
||||
$$P/native/base/basictypes.h \
|
||||
@ -137,5 +140,6 @@ HEADERS += $$P/native/audio/*.h \
|
||||
$$P/native/util/random/*.h \
|
||||
$$P/native/util/text/utf8.h \
|
||||
$$P/native/util/text/parsers.h
|
||||
|
||||
INCLUDEPATH += $$P/native
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user