summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/config.patch b/config.patch
index 2bc046560e77..ff0fcb3db4c0 100644
--- a/config.patch
+++ b/config.patch
@@ -9,21 +9,3 @@
#
ZLIB_CFLAGS ?=
ZLIB_LIBS ?= -lz
-@@ -62,7 +62,7 @@
- # If you have different Qt versions installed, you may have to change
- # this to "moc-qt4"
- #
--MOC ?= moc
-+MOC ?= moc-qt4
- #
- else
- #
-@@ -89,7 +89,7 @@
- QT_LIBS ?= -F/Library/Frameworks -L/Library/Frameworks \
- -framework QtCore -framework ApplicationServices \
- -framework QtGui -framework AppKit -framework Cocoa -lz -lm
--MOC ?= moc
-+MOC ?= moc-qt4
- endif
- #
- # --------------------------------------------------------------------