Exclude VxWorks from qstorageinfo tests
VxWorks doesn't have implementation of QStorageInfo and uses stub. Remove tests of it from building and running, since these can't work. Task-number: QTBUG-115777 Change-Id: Idd63d20c2dda1ae09838a7d371ae5b713180cb96 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 062c538781be594821ae8b3c09eb3ae4f5adc6f3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
5c3cfd2eeb
commit
813d8d5588
@ -24,7 +24,7 @@ add_subdirectory(qloggingcategory)
|
||||
add_subdirectory(qnodebug)
|
||||
add_subdirectory(qsavefile)
|
||||
add_subdirectory(qstandardpaths)
|
||||
if(NOT QNX)
|
||||
if(NOT QNX AND NOT VXWORKS)
|
||||
add_subdirectory(qstorageinfo)
|
||||
endif()
|
||||
add_subdirectory(qtemporarydir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user