Suppress silly shell warning during qmake of qtcpsocket.pro
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>
This commit is contained in:
parent
a0cec54220
commit
7a303ff55f
@ -4,6 +4,6 @@ TEMPLATE = subdirs
|
||||
!wince*: SUBDIRS = test stressTest
|
||||
wince*|vxworks* : SUBDIRS = test
|
||||
|
||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC
|
||||
linux-*:system(". /etc/lsb-release && [ "$DISTRIB_CODENAME" = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC
|
||||
|
||||
requires(contains(QT_CONFIG,private_tests))
|
||||
|
Loading…
x
Reference in New Issue
Block a user