summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-19 08:21:09 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-19 08:21:09 (GMT)
commitf92e8dd88909200418985c519dab08023d73dc0c (patch)
treec5b974eb44c1dfb7b9a3e679d63bcf5a387703d5 /qmake/Makefile.unix
parent52e14a2d02d1d664bd8b981d261db0a62592efb8 (diff)
downloadQt-f92e8dd88909200418985c519dab08023d73dc0c.zip
Qt-f92e8dd88909200418985c519dab08023d73dc0c.tar.gz
Qt-f92e8dd88909200418985c519dab08023d73dc0c.tar.bz2
remove QtScript from includepath
qmake no longer uses QtScript.
Diffstat (limited to 'qmake/Makefile.unix')
-rw-r--r--qmake/Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix
index 9f32731..0d07cc3 100644
--- a/qmake/Makefile.unix
+++ b/qmake/Makefile.unix
@@ -57,7 +57,7 @@ DEPEND_SRC=project.cpp property.cpp meta.cpp main.cpp generators/makefile.cpp ge
CPPFLAGS = -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \
-I$(BUILD_PATH)/include -I$(BUILD_PATH)/include/QtCore \
-I$(BUILD_PATH)/src/corelib/global \
- -I$(SOURCE_PATH)/src/script -DQT_NO_PCRE \
+ -DQT_NO_PCRE \
-DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED \
-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL \
-DQT_NO_COMPRESS -I$(QMAKESPEC) -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT \