summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-02-22 03:17:11 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-02-22 03:17:11 (GMT)
commit6f63f4a78090f50f40f2c65af85120a715835dab (patch)
tree94eb2a1f138d7f0725082a09c3cf71e66ab55652 /qmake
parentf0c374a107c6f66b9d013fd25a6ba38bda13916d (diff)
downloadQt-6f63f4a78090f50f40f2c65af85120a715835dab.zip
Qt-6f63f4a78090f50f40f2c65af85120a715835dab.tar.gz
Qt-6f63f4a78090f50f40f2c65af85120a715835dab.tar.bz2
Fixed shadow builds on Unix.
Diffstat (limited to 'qmake')
-rw-r--r--qmake/Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix
index fa98fd6..d4f5849 100644
--- a/qmake/Makefile.unix
+++ b/qmake/Makefile.unix
@@ -66,7 +66,7 @@ DEPEND_SRC=project.cpp property.cpp meta.cpp main.cpp generators/makefile.cpp ge
CPPFLAGS = -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -Igenerators/symbian \
-I$(BUILD_PATH)/include -I$(BUILD_PATH)/include/QtCore \
-I$(BUILD_PATH)/src/corelib/global -I$(BUILD_PATH)/src/corelib/xml \
- -I$(BUILD_PATH)/tools/shared \
+ -I$(SOURCE_PATH)/tools/shared \
-DQT_NO_PCRE \
-DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED \
-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL \