aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qmake/files
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-09-18 14:03:10 +0400
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 14:04:52 +0100
commitf4529738713fbc8b2a4c80bf8f0da17ffc1c0800 (patch)
tree7fa8b7b7721751c4205d6981275e099d13888820 /recipes-qt/qmake/files
parentbfd3c82b9f445ed4574c648c022a3b959ef0d6e2 (diff)
downloadmeta-opie-f4529738713fbc8b2a4c80bf8f0da17ffc1c0800.tar.gz
qmake: do not try to regenerate moc
There is no point in regenerating moc constantly. Add no_mocdep to the oe qmake config. Also bump PR for this change. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qt/qmake/files')
-rw-r--r--recipes-qt/qmake/files/linux-oe-qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qmake/files/linux-oe-qmake.conf b/recipes-qt/qmake/files/linux-oe-qmake.conf
index 205b693..4b7db70 100644
--- a/recipes-qt/qmake/files/linux-oe-qmake.conf
+++ b/recipes-qt/qmake/files/linux-oe-qmake.conf
@@ -4,7 +4,7 @@
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
-CONFIG += qt warn_on release
+CONFIG += qt warn_on release no_mocdepend
QMAKE_CC = $(OE_QMAKE_CC)
QMAKE_LEX = flex