Currently there seem to be some unit tests that should not depend on widgets, so they'll have to be cleaned up later. Change-Id: I30adc4accb3ecce86a6fe7a2fd69d3862f325a41 Reviewed-on: http://codereview.qt.nokia.com/3569 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: derick hawcroft <derick.hawcroft@nokia.com>
13 lines
479 B
Prolog
13 lines
479 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += multimedia.pro
|
|
contains(QT_CONFIG,multimediakitwidgets): 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
|
|
}
|