Files
qt-creator/tests/auto/utils/fsengine/fsengine.qbs
Christian Stenger a484f3fef5 Tests: Add fsengine related tests to qbs build
Change-Id: I05d6c1da01c972cfcfc15d2d09b57f29e248fad1
Reviewed-by: hjk <hjk@qt.io>
2022-09-14 10:38:19 +00:00

8 lines
118 B
QML

import qbs
QtcAutotest {
name: "FSEngine autotest"
Depends { name: "Utils" }
files: "tst_fsengine.cpp"
}