forked from qt-creator/qt-creator
11 lines
138 B
QML
11 lines
138 B
QML
![]() |
import qbs
|
||
|
|
||
|
QtcAutotest {
|
||
|
name: "Algorithm autotest"
|
||
|
Depends { name: "Utils" }
|
||
|
|
||
|
files: [
|
||
|
"tst_algorithm.cpp",
|
||
|
]
|
||
|
}
|