da18a81266
This test attempts to enforce various conventions onto Qt's autotests. Many of the things enforced by this test became obsolete from Qt4 -> Qt5 (because Qt5 CI is much less "magic" than Qt4 CI). The merge of `refactor' branch obsoletes even more. The remaining valuable part of this test should be moved into the `qtqa' module as a shared test, because it applies to all modules, not just qtbase. Change-Id: I2402bca32e43c597f14b8ff6ca729563ff8efbfe Reviewed-on: http://codereview.qt-project.org/4926 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
11 lines
173 B
Prolog
11 lines
173 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qtmd5 \
|
|
qtokenautomaton \
|
|
baselineexample \
|
|
|
|
!cross_compile: SUBDIRS += \
|
|
compiler \
|
|
headersclean \
|
|
# atwrapper \ # QTBUG-19452
|