Files
qt-creator/tests/auto/utils/filepath/filepath.qbs
Marcus Tillmanns 1049f8d329 Utils: Remove unnecessary flag
Change-Id: Iae99b5fd6d3740015deb0e30d45d480ffb54c4a2
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2023-11-15 14:18:46 +00:00

8 lines
118 B
QML

import qbs
QtcAutotest {
name: "FilePath autotest"
Depends { name: "Utils" }
files: "tst_filepath.cpp"
}