mirror of https://github.com/qt/qtbase.git
Remove insignificant test flag for unsupported distro
Ubuntu 10.04 is not supported anyways in Qt 5.7+ Task-number: QTBUG-25293 Change-Id: I6420f76b12835aca268455341b46be61e9a2b143 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
parent
4992ba2a52
commit
c07eef8a9e
|
@ -10,5 +10,4 @@ QT += widgets widgets-private opengl-private gui-private core-private testlib
|
|||
SOURCES += tst_qgl.cpp
|
||||
RESOURCES = qgl.qrc
|
||||
|
||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"): CONFIG+=insignificant_test # QTBUG-25293
|
||||
win32-msvc2010:contains(QT_CONFIG, angle):CONFIG += insignificant_test # QTQAINFRA-711
|
||||
|
|
Loading…
Reference in New Issue