Disable the qmetatype test on Clang + ARM, it's causing OOM during build

And takes a very long time to build if it doesn't run out of memory.

Task-number: QTBUG-37237
Change-Id: I8c7fae4d2d99ad59c6d6306da2df554a05955446
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
This commit is contained in:
Tor Arne Vestbø 2014-03-04 15:25:29 +01:00 committed by The Qt Project
parent 1e18df9c73
commit 9d79c3458c

View File

@ -8,7 +8,6 @@ SUBDIRS=\
qmetaobjectbuilder \
qmetamethod \
qmetaproperty \
qmetatype \
qmimedata \
qobject \
qpointer \
@ -22,6 +21,10 @@ SUBDIRS=\
qvariant \
qwineventnotifier
# Building the qmetatype test with Clang on ARM takes forever (QTBUG-37237)
!clang|!contains(QT_ARCH, arm): \
SUBDIRS += qmetatype
!qtHaveModule(gui): SUBDIRS -= \
qmimedata