blob: e7ea64bf5be502cd25dcd94ba36577c7e339f7e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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",
]
}
|