Buildfix for gcc (GNU) and Qt.

This commit is contained in:
Sacha 2013-11-27 03:02:29 +10:00
parent f1d234e2a7
commit d6cb23e77d
3 changed files with 11 additions and 1 deletions

View File

@ -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;

View File

@ -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

@ -1 +1 @@
Subproject commit 17ddae23cceda928777cf253101dc78a6da502d4
Subproject commit 7744fdc5db03ff80be97d32c34a4a61f0191e829