mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Include backtrace on Qt.
Should fix Symbian / Blackberry I expect.
This commit is contained in:
parent
893662212e
commit
42e4856900
1 changed files with 2 additions and 6 deletions
|
@ -11,12 +11,6 @@ include(Settings.pri)
|
|||
HEADERS += $$P/native/ext/glew/GL/*.h
|
||||
}
|
||||
|
||||
# Backtrace
|
||||
x86:!mobile_platform: {
|
||||
SOURCES += $$P/native/base/backtrace.cpp
|
||||
HEADERS += $$P/native/base/backtrace.h
|
||||
}
|
||||
|
||||
# RG_ETC1
|
||||
|
||||
SOURCES += $$P/native/ext/rg_etc1/rg_etc1.cpp
|
||||
|
@ -73,6 +67,7 @@ INCLUDEPATH += $$P/native/ext
|
|||
# Native
|
||||
|
||||
SOURCES += $$P/native/audio/*.cpp \
|
||||
$$P/native/base/backtrace.cpp \
|
||||
$$P/native/base/buffer.cpp \
|
||||
$$P/native/base/colorutil.cpp \
|
||||
$$P/native/base/display.cpp \
|
||||
|
@ -107,6 +102,7 @@ SOURCES += $$P/native/audio/*.cpp \
|
|||
$$P/native/util/text/parsers.cpp
|
||||
|
||||
HEADERS += $$P/native/audio/*.h \
|
||||
$$P/native/base/backtrace.h \
|
||||
$$P/native/base/basictypes.h \
|
||||
$$P/native/base/buffer.h \
|
||||
$$P/native/base/color.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue