forked from qt-creator/qt-creator
Change-Id: Iae99b5fd6d3740015deb0e30d45d480ffb54c4a2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
8 lines
118 B
QML
8 lines
118 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "FilePath autotest"
|
|
Depends { name: "Utils" }
|
|
files: "tst_filepath.cpp"
|
|
}
|