summaryrefslogtreecommitdiffstats
path: root/commonplatform.pri
diff options
context:
space:
mode:
Diffstat (limited to 'commonplatform.pri')
-rw-r--r--commonplatform.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/commonplatform.pri b/commonplatform.pri
index 732d874..f1a114c 100644
--- a/commonplatform.pri
+++ b/commonplatform.pri
@@ -62,7 +62,6 @@ linux-clang {
macos {
DEFINES += _MACOSX _LINUXPLATFORM WIDE_IS_DIFFERENT_TYPE_THAN_CHAR16_T
- INCLUDEPATH += /usr/local/include
# macOS builds treat most warnings as errors to prevent slipping more warnings
# in to the code
@@ -262,7 +261,6 @@ clang {
android {
QMAKE_CXXFLAGS -= -fstack-protector-strong
QMAKE_CFLAGS -= -fstack-protector-strong
- INCLUDEPATH += $$(ANDROID_NDK_ROOT)/sysroot/usr/include
DEFINES += __BITS_PER_LONG=32
}