mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Buildfix for gcc (GNU) and Qt.
This commit is contained in:
parent
f1d234e2a7
commit
d6cb23e77d
@ -31,7 +31,9 @@
|
||||
#include "Config.h"
|
||||
#include "HLE/sceUtility.h"
|
||||
|
||||
#ifndef USING_QT_UI
|
||||
extern const char *PPSSPP_GIT_VERSION;
|
||||
#endif
|
||||
|
||||
// TODO: Find a better place for this.
|
||||
http::Downloader g_DownloadManager;
|
||||
|
@ -51,6 +51,14 @@ SOURCES += $$P/ext/snappy/*.cpp
|
||||
HEADERS += $$P/ext/snappy/*.h
|
||||
INCLUDEPATH += $$P/ext/snappy
|
||||
|
||||
# VJSON
|
||||
|
||||
SOURCES += $$P/native/ext/vjson/json.cpp \
|
||||
$$P/native/ext/vjson/block_allocator.cpp
|
||||
HEADERS += $$P/native/ext/vjson/json.h \
|
||||
$$P/native/ext/vjson/block_allocator.h
|
||||
INCLUDEPATH += $$P/native/ext/vjson
|
||||
|
||||
# Zlib
|
||||
win32|contains(QT_CONFIG, no-zlib) {
|
||||
SOURCES += $$P/ext/zlib/*.c
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 17ddae23cceda928777cf253101dc78a6da502d4
|
||||
Subproject commit 7744fdc5db03ff80be97d32c34a4a61f0191e829
|
Loading…
Reference in New Issue
Block a user