aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/reformatter/reformatter.qbs
blob: ace17a2174b4518a1a32bfbc8df9648aa78cf605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import qbs
import "../../autotest.qbs" as Autotest

Autotest {
    name: "QML reformatter autotest"
    Depends { name: "QmlJS" }
    Depends { name: "Utils" }
    Depends { name: "Qt.widgets" } // TODO: Remove when qbs bug is fixed
    files: "tst_reformatter.cpp"
    cpp.defines: base.concat([
        'QT_CREATOR',
        'QTCREATORDIR="' + project.ide_source_tree + '"',
        'TESTSRCDIR="' + path + '"'
    ])
}