forked from qt-creator/qt-creator
9d677e3302
The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
10 lines
256 B
QML
10 lines
256 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "QMLJS simple reader autotest"
|
|
Depends { name: "QmlJS" }
|
|
Depends { name: "Qt.widgets" } // TODO: Remove when qbs bug is fixed
|
|
files: "tst_qmljssimplereader.cpp"
|
|
cpp.defines: base.concat(["QT_CREATOR"])
|
|
}
|