2020-12-05 01:31:11 +01:00
|
|
|
import qbs
|
|
|
|
|
|
|
|
|
|
Project {
|
|
|
|
|
name: "QtcManualtests"
|
|
|
|
|
|
|
|
|
|
condition: project.withAutotests
|
|
|
|
|
|
|
|
|
|
references: [
|
2022-02-01 12:18:21 +01:00
|
|
|
"debugger/gui/gui.qbs",
|
|
|
|
|
"debugger/simple/simple.qbs",
|
2022-05-13 15:13:35 +02:00
|
|
|
"deviceshell/deviceshell.qbs",
|
2022-02-01 12:18:21 +01:00
|
|
|
"fakevim/fakevim.qbs",
|
|
|
|
|
"pluginview/pluginview.qbs",
|
|
|
|
|
"proparser/testreader.qbs",
|
|
|
|
|
"shootout/shootout.qbs",
|
2022-11-11 10:11:22 +01:00
|
|
|
"tasktree/tasktree.qbs",
|
2020-12-05 01:31:11 +01:00
|
|
|
"widgets/widgets.qbs",
|
|
|
|
|
]
|
|
|
|
|
}
|