Commit 917e78fb authored by Simon Hausmann's avatar Simon Hausmann Committed by Simon Hausmann
Browse files

Revert "Mac: INCLUDEPATH fix"

This reverts commit a7da7f8a

.

Adding the install prefix to the inlude search paths causes us to pick up
header files from there if there are any, which causes all sorts of issues.

Conflicts:
	lib/lib.pro
	shared/shared.pro

Change-Id: I070ff6443bb5612b3b7e3878d22dc9dd69d62e70
Reviewed-by: default avatarPierre Rossi <pierre.rossi@theqtcompany.com>
Showing with 1 addition and 2 deletions
...@@ -29,8 +29,7 @@ else: DEFINES += QT_NO_EGL ...@@ -29,8 +29,7 @@ else: DEFINES += QT_NO_EGL
RESOURCES += devtools.qrc RESOURCES += devtools.qrc
# something fishy with qmake in 5.2 ? INCLUDEPATH += $$PWD
INCLUDEPATH += $$[QT_INSTALL_HEADERS] $$PWD
SOURCES = \ SOURCES = \
access_token_store_qt.cpp \ access_token_store_qt.cpp \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment