summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2020-04-22 09:48:57 +0300
committerTomi Korpipaa <tomi.korpipaa@qt.io>2020-04-23 06:58:51 +0300
commit0d844a5fe72f3799941eeb887656c15bb034314b (patch)
treebfbbfc7881ab045350d346678fe3ecd94ae1d4d5
parent498651519a84647a6414558c492d5e59d6927522 (diff)
Remove unnecessary INCLUDEPATH for macOS
Fixes: QT3DS-3906 Change-Id: I14d48ad5f18f1add83829290605a22e39a2d4e25 Reviewed-by: Antti Määttä <antti.maatta@qt.io>
-rw-r--r--commonplatform.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/commonplatform.pri b/commonplatform.pri
index 732d874..26d6953 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