forked from qt-creator/qt-creator
11 lines
194 B
QML
11 lines
194 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
Project {
|
||
|
|
name: "ExtensionSystem cirular plugins autotests"
|
||
|
|
references: [
|
||
|
|
"plugin1/plugin1.qbs",
|
||
|
|
"plugin2/plugin2.qbs",
|
||
|
|
"plugin3/plugin3.qbs"
|
||
|
|
]
|
||
|
|
}
|