forked from qt-creator/qt-creator
"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>
12 lines
268 B
QML
12 lines
268 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "UnixDeviceFileAccess autotest"
|
|
Depends { name: "Utils" }
|
|
Properties {
|
|
condition: qbs.toolchain.contains("gcc")
|
|
cpp.cxxFlags: base.concat(["-Wno-trigraphs"])
|
|
}
|
|
files: "tst_unixdevicefileaccess.cpp"
|
|
}
|