qt5base-lts/tests/auto/corelib/kernel/kernel.pro
Jędrzej Nowacki 9a08483d76 Try to speedup tst_qmetatype.cpp compilation with clang.
The test instantiates enormous amounts of templates in one compilation
unit. All clang versions, that I tested, suffers from performance issues
while compiling the test, the cost depends on the version. The most
affected are shipped by Apple.

Task-number: QTBUG-37237

Change-Id: I0959c1a4a6faee448ae1dae5c1e70ee06cefbd9c
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
2014-03-06 17:22:55 +01:00

40 lines
773 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qcoreapplication \
qeventdispatcher \
qeventloop \
qmath \
qmetaobject \
qmetaobjectbuilder \
qmetamethod \
qmetaproperty \
qmimedata \
qobject \
qpointer \
qsharedmemory \
qsignalblocker \
qsignalmapper \
qsocketnotifier \
qsystemsemaphore \
qtimer \
qtranslator \
qvariant \
qwineventnotifier
!qtHaveModule(gui): SUBDIRS -= \
qmimedata
!qtHaveModule(network): SUBDIRS -= \
qeventloop \
qobject \
qsocketnotifier
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qsocketnotifier \
qsharedmemory
# This test is only applicable on Windows
!win32*|winrt: SUBDIRS -= qwineventnotifier
android|qnx: SUBDIRS -= qsharedmemory qsystemsemaphore