Files
qt-creator/tests/auto/utils/unixdevicefileaccess/CMakeLists.txt
Marcus Tillmanns c41d30711a Utils: Make UnixDeviceFileAccess macOS compatible
"stat" on macOS has slightly different formatting options.

Also adds unittests for UnixDeviceFileAccess

Task-number: QTCREATORBUG-28142
Change-Id: Ib42fc1c22ef2771365e915df34f2286e2c705568
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
2023-02-25 09:45:47 +00:00

5 lines
101 B
CMake

add_qtc_test(tst_utils_unixdevicefileaccess
DEPENDS Utils
SOURCES tst_unixdevicefileaccess.cpp
)