forked from qt-creator/qt-creator
8 lines
170 B
QML
8 lines
170 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
QtcAutotest {
|
||
|
|
name: "IndexedContainerProxyConstIterator autotest"
|
||
|
|
Depends { name: "Utils" }
|
||
|
|
files: "tst_indexedcontainerproxyconstiterator.cpp"
|
||
|
|
}
|