forked from qt-creator/qt-creator
8 lines
166 B
QML
8 lines
166 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
Project {
|
||
|
|
condition: false // Known to be broken, nobody cares.
|
||
|
|
name: "QmlProjectManager autotests"
|
||
|
|
references: "fileformat/fileformat.qbs"
|
||
|
|
}
|