There are a few legacy bits left in place so it passes CI, and then qt5.git etc can be updated. Change-Id: I6b082e50e6958c72fdabc2974992e16d90dafa3a Reviewed-on: http://codereview.qt-project.org/5368 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
13 lines
476 B
Prolog
13 lines
476 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += multimedia.pro
|
|
contains(QT_CONFIG,multimediawidgets): SUBDIRS += multimediawidgets.pro
|
|
|
|
# These autotests consist of things such as static code checks
|
|
# which require that the autotest is run on the same machine
|
|
# doing the build - i.e. cross-compilation is not allowed.
|
|
win32|mac|linux-g++* {
|
|
# NOTE: Disabled until we have established which tests fall into this category
|
|
# !contains(QT_CONFIG,embedded):!maemo5:!maemo6:SUBDIRS+=host.pro
|
|
}
|