forked from qt-creator/qt-creator
10 lines
165 B
QML
10 lines
165 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
Project {
|
||
|
|
name: "ExtensionSystem autotests"
|
||
|
|
references: [
|
||
|
|
"pluginmanager/pluginmanager.qbs",
|
||
|
|
"pluginspec/pluginspec.qbs"
|
||
|
|
]
|
||
|
|
}
|