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:
Michał Łoś 2024-05-16 14:42:41 +02:00 committed by Qt Cherry-pick Bot
parent 5c3cfd2eeb
commit 813d8d5588

View File

@ -24,7 +24,7 @@ add_subdirectory(qloggingcategory)
add_subdirectory(qnodebug) add_subdirectory(qnodebug)
add_subdirectory(qsavefile) add_subdirectory(qsavefile)
add_subdirectory(qstandardpaths) add_subdirectory(qstandardpaths)
if(NOT QNX) if(NOT QNX AND NOT VXWORKS)
add_subdirectory(qstorageinfo) add_subdirectory(qstorageinfo)
endif() endif()
add_subdirectory(qtemporarydir) add_subdirectory(qtemporarydir)