summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-06 14:31:07 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2012-12-11 16:13:36 +0100
commit905cab6b907fecc7ac9fff561ba5c99ab51621e2 (patch)
tree938c3f65d0168c46ad79a882fc7a51bcd202ef0b /Source
parente286166f8c7dd4a9cdc071d5ed7a2e84eb73e7b1 (diff)
downloadqtwebkit-905cab6b907fecc7ac9fff561ba5c99ab51621e2.tar.gz
change setup of QMAKE_MOC
don't load(moc) explicitly - turns out that this breaks debug_and_release builds (the feature does not like being loaded before default_post has been loaded). so instead just do a minimal call to find the moc executable. as it's in fact only two files which need it, so de-centralize this call for the sake of saving some cpu cycles spent in qmake. Change-Id: Ia0038f893c3931571e1494894bedcae85ebb4c8e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source')
-rw-r--r--Source/WebCore/DerivedSources.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/DerivedSources.pri b/Source/WebCore/DerivedSources.pri
index 7e2245fd8..3457f3515 100644
--- a/Source/WebCore/DerivedSources.pri
+++ b/Source/WebCore/DerivedSources.pri
@@ -651,6 +651,8 @@ enable?(MEDIA_SOURCE) {
$$PWD/Modules/mediasource/SourceBufferList.idl
}
+qtPrepareTool(QMAKE_MOC, moc)
+
mathmlnames.output = MathMLNames.cpp
mathmlnames.input = MATHML_NAMES
mathmlnames.depends = $$PWD/mathml/mathattrs.in