diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-23 09:47:33 +0100 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-23 09:47:33 +0100 |
commit | 6bd5eba10a787a8458f6f77af2d24f4773b22f98 (patch) | |
tree | 3a0038bea937af7e9f5e3e850288a8bf6ea3e511 /qmake | |
parent | 8fcb0b6618610cb2ff947fc62f57abd33c8438b6 (diff) | |
download | qt4-tools-6bd5eba10a787a8458f6f77af2d24f4773b22f98.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 54d52f280b..c101626817 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 \ |