Files
qt-creator/tests/auto/qml/qmljssimplereader/qmljssimplereader.qbs
Christian Kandeler ed30c612f4 qbs build: Remove workarounds for fixed qbs bug.
That was most likely QBS-755.

Change-Id: I43d0316113fcca79554bfee9eee9b8bd706fce07
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-08-28 08:13:11 +00:00

9 lines
183 B
QML

import qbs
QtcAutotest {
name: "QMLJS simple reader autotest"
Depends { name: "QmlJS" }
files: "tst_qmljssimplereader.cpp"
cpp.defines: base.concat(["QT_CREATOR"])
}