forked from qt-creator/qt-creator
- Remove dependency on project.withAutotests by adding local
{Qt,Cpp}Application overrides that alias QtcManualTest. This way, the
respective products are a QtcManualTest when inside Qt Creator, while
also working outside the source tree.
- Rename QtcManualtest to QtcManualTest. (The reason QtcAutotest is not
camel-cased is because "autotest" is a single word.)
- Plus some minor clean-ups.
Change-Id: Idd77191f0b433d6d7443c639eebda383ab110082
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
21 lines
536 B
QML
21 lines
536 B
QML
Project {
|
|
name: "QtcManualTests"
|
|
|
|
qbsSearchPaths: "qbs"
|
|
|
|
references: [
|
|
"debugger/gui/gui.qbs",
|
|
"debugger/simple/simple.qbs",
|
|
"deviceshell/deviceshell.qbs",
|
|
"fakevim/fakevim.qbs",
|
|
"pluginview/pluginview.qbs",
|
|
"proparser/testreader.qbs",
|
|
"shootout/shootout.qbs",
|
|
"spinner/spinner.qbs",
|
|
"subdirfilecontainer/subdirfilecontainer.qbs",
|
|
"tasking/demo/demo.qbs",
|
|
"tasking/imagescaling/imagescaling.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|