summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <dangelog@gmail.com>2011-12-21 23:43:00 +0000
committerQt by Nokia <qt-info@nokia.com>2011-12-23 21:24:25 +0100
commitc580be804fc2b18eee2e14ee978621b1386fbea4 (patch)
tree4daf3de14b1ab8c8b9acc183d77b36fde5ddd916 /qmake/Makefile.unix
parent34ebd0397e4d3fe708780356cded7d85f3dae259 (diff)
Remove unused -DQT_NO_PCRE from qmake makefiles
That define is not used anymore when building qmake. Change-Id: I6a478cf4bb6cc8dfe87a3cc96f1d520b08e4ba6f Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'qmake/Makefile.unix')
-rw-r--r--qmake/Makefile.unix1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix
index 647c78edb9..286e2ebcbc 100644
--- a/qmake/Makefile.unix
+++ b/qmake/Makefile.unix
@@ -74,7 +74,6 @@ CPPFLAGS = -g -I. -Igenerators -Igenerators/unix -Igenerators/win32 \
-I$(BUILD_PATH)/include/QtCore/$(QT_VERSION) -I$(BUILD_PATH)/include/QtCore/$(QT_VERSION)/QtCore \
-I$(BUILD_PATH)/src/corelib/global -I$(BUILD_PATH)/src/corelib/xml \
-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 \
-DQT_NO_COMPRESS -I$(QMAKESPEC) -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT \