summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2020-06-10 09:08:06 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2020-06-16 11:11:01 +0300
commit30ade000892b86518ef76d4e212a19de4298e9ed (patch)
treea83f32b8eb124af3bb794cc23e9a43b292de46ed
parente95b52756e18a790db6ba0ed2eb53b292eed0a0e (diff)
Remove duplicate include for Android
Fixes: QT3DS-4132 Change-Id: I40460d740dcc6fa9be0d53695b9860afead717f9 Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r--commonplatform.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/commonplatform.pri b/commonplatform.pri
index 26d6953..f1a114c 100644
--- a/commonplatform.pri
+++ b/commonplatform.pri
@@ -261,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
}