diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-22 13:17:11 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-22 13:17:11 +1000 |
commit | 6f63f4a78090f50f40f2c65af85120a715835dab (patch) | |
tree | 94eb2a1f138d7f0725082a09c3cf71e66ab55652 /qmake | |
parent | f0c374a107c6f66b9d013fd25a6ba38bda13916d (diff) | |
download | qt4-tools-6f63f4a78090f50f40f2c65af85120a715835dab.tar.gz |
Fixed shadow builds on Unix.
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/Makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix index fa98fd6688..d4f5849e90 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 \ |