qt5base-lts/tests/auto/sql/kernel/kernel.pro
Bradley T. Hughes 9de3d3621a Re-enable the sql autotests on Mac OS X
The QSql test currently crashes, which can destabilize the CI system
when attempting to re-enable the autotest. Skip this test for now by
disabling the check target for it.

Change-Id: I598f8ca7bce6b6f46daf6a053da5571b62486463
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
2011-11-21 14:24:36 +01:00

13 lines
198 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qsqlfield \
qsqldatabase \
qsqlerror \
qsqldriver \
qsqlquery \
qsqlrecord \
qsqlthread \
qsql \
mac: qsql.CONFIG = no_check_target # QTBUG-22811