Files
qt-creator/tests/auto/qml/qrcparser/qrcparser.qbs
Christian Kandeler 2f7f1aaec3 Move qrc parser from QmlJS to Utils
We'd like to make use of it in a more general context, and it's not
directly related to QML.

Change-Id: I025ec67829f85544667684cdb8c99d1ee4c18197
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2019-02-13 11:48:27 +00:00

9 lines
181 B
QML

import qbs
QtcAutotest {
name: "qrc parser autotest"
Depends { name: "Utils" }
files: "tst_qrcparser.cpp"
cpp.defines: base.concat(['TESTSRCDIR="' + path + '"'])
}