Files
qt-creator/tests/auto/utils/fuzzymatcher/fuzzymatcher.qbs

8 lines
126 B
QML
Raw Normal View History

import qbs
QtcAutotest {
name: "FuzzyMatcher autotest"
Depends { name: "Utils" }
files: "tst_fuzzymatcher.cpp"
}