Android: exclude faulty qfilesystemwatcher test
Task-number: QTBUG-88508 Change-Id: I11b845e74e599d3bdae4f9490a591893531bc77b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit c7dec2faca476c94a40bd4ac5118915b1a5d9aa8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
e6a37561e3
commit
1d30822dea
@ -34,7 +34,7 @@ endif()
|
||||
if(QT_FEATURE_private_tests OR UNIX)
|
||||
add_subdirectory(qfilesystementry)
|
||||
endif()
|
||||
if(QT_FEATURE_filesystemwatcher)
|
||||
if(QT_FEATURE_filesystemwatcher AND NOT ANDROID)
|
||||
add_subdirectory(qfilesystemwatcher)
|
||||
endif()
|
||||
if(TARGET Qt::Network)
|
||||
|
@ -34,7 +34,8 @@ endif()
|
||||
if(QT_FEATURE_private_tests OR UNIX)
|
||||
add_subdirectory(qfilesystementry)
|
||||
endif()
|
||||
if(QT_FEATURE_filesystemwatcher)
|
||||
# QTBUG-88508 # special case
|
||||
if(QT_FEATURE_filesystemwatcher AND NOT ANDROID)
|
||||
add_subdirectory(qfilesystemwatcher)
|
||||
endif()
|
||||
if(TARGET Qt::Network)
|
||||
|
@ -55,6 +55,10 @@ SUBDIRS=\
|
||||
win32:!qtConfig(private_tests): SUBDIRS -= \
|
||||
qfilesystementry
|
||||
|
||||
# QTBUG-88508
|
||||
android: SUBDIRS -= \
|
||||
qfilesystemwatcher
|
||||
|
||||
!qtConfig(filesystemwatcher): SUBDIRS -= \
|
||||
qfilesystemwatcher
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user