Trying to fix android build.

This commit is contained in:
lotodore
2012-04-22 10:46:46 +00:00
parent 807c8bb454
commit 16ed4d5140
4 changed files with 23 additions and 20 deletions
-4
View File
@@ -245,10 +245,6 @@ mac{
android{
# Use old boost::filesystem, because the new version requires std::wstring.
DEFINES += BOOST_FILESYSTEM_VERSION=2
# If /usr/include is included, this will mess with the android sdk.
INCLUDEPATH -= /usr/include
# Include directory containing android builds of used libs.
INCLUDEPATH += ../cmoss/bin/droid/include
# sqlite3 is included directly.
INCLUDEPATH += src/third_party/sqlite3
SOURCES += src/third_party/sqlite3/sqlite3.c