forked from qt-creator/qt-creator
22 lines
420 B
QML
22 lines
420 B
QML
|
|
Project {
|
||
|
|
name: "Manual plugin test"
|
||
|
|
|
||
|
|
QtcManualtest {
|
||
|
|
name: "Manual plugin view test"
|
||
|
|
|
||
|
|
Depends { name: "ExtensionSystem" }
|
||
|
|
Depends { name: "Utils" }
|
||
|
|
|
||
|
|
files: [
|
||
|
|
"plugindialog.cpp",
|
||
|
|
"plugindialog.h"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|
||
|
|
references: [
|
||
|
|
"plugins/plugin1/plugin1.qbs",
|
||
|
|
"plugins/plugin2/plugin2.qbs",
|
||
|
|
"plugins/plugin3/plugin3.qbs",
|
||
|
|
]
|
||
|
|
}
|