From f4529738713fbc8b2a4c80bf8f0da17ffc1c0800 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Sun, 18 Sep 2011 14:03:10 +0400 Subject: 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 Signed-off-by: Paul Eggleton --- recipes-qt/qmake/files/linux-oe-qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qmake/files') 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 -- cgit 1.2.3-korg