forked from qt-creator/qt-creator
The currently most interesting is Utils::transform. Change-Id: Ic21ec098f15ae4564227a84d11ef95f57ac72d6c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
11 lines
138 B
QML
11 lines
138 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "Algorithm autotest"
|
|
Depends { name: "Utils" }
|
|
|
|
files: [
|
|
"tst_algorithm.cpp",
|
|
]
|
|
}
|