summaryrefslogtreecommitdiff
path: root/tests/auto/utils/indexedcontainerproxyconstiterator/indexedcontainerproxyconstiterator.qbs
blob: 461c89e48662cf20a6c625fc94858d9e1dd5637b (plain)
1
2
3
4
5
6
7
import qbs

QtcAutotest {
    name: "IndexedContainerProxyConstIterator autotest"
    Depends { name: "Utils" }
    files: "tst_indexedcontainerproxyconstiterator.cpp"
}