7a303ff55f
If you don't have /etc/lsb-release, you'd get sh: line 0: [: =: unary operator expected Change-Id: Idb5c79f799879e4d32cd640ef74fb388227f831e Reviewed-by: Richard J. Moore <rich@kde.org>
10 lines
233 B
Prolog
10 lines
233 B
Prolog
TEMPLATE = subdirs
|
|
|
|
|
|
!wince*: SUBDIRS = test stressTest
|
|
wince*|vxworks* : SUBDIRS = test
|
|
|
|
linux-*:system(". /etc/lsb-release && [ "$DISTRIB_CODENAME" = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|