forked from qt-creator/qt-creator
Change-Id: Ia8a2eeb985bcdd500b4faf9605e5092a52dad372 Reviewed-by: André Hartmann <aha_1980@gmx.de>
8 lines
126 B
QML
8 lines
126 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "FuzzyMatcher autotest"
|
|
Depends { name: "Utils" }
|
|
files: "tst_fuzzymatcher.cpp"
|
|
}
|