summaryrefslogtreecommitdiff
path: root/tests/auto/utils/templateengine/templateengine.qbs
blob: 6fc5f83598d66891993c540c60e0f41db99d1f98 (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

QtcAutotest {
    name: "TemplateEngine autotest"
    Depends { name: "Utils" }
    cpp.defines: base.filter(function(d) {
        return d !== "QT_USE_QSTRINGBUILDER";
    })
    files: "tst_templateengine.cpp"
}