forked from qt-creator/qt-creator
Change-Id: I80a2522f7ba12ee9b63c19d66e514d7047951733 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
21 lines
477 B
QML
21 lines
477 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "QtcManualtests"
|
|
|
|
condition: project.withAutotests
|
|
|
|
references: [
|
|
"debugger/gui/gui.qbs",
|
|
"debugger/simple/simple.qbs",
|
|
"deviceshell/deviceshell.qbs",
|
|
"fakevim/fakevim.qbs",
|
|
"pluginview/pluginview.qbs",
|
|
"proparser/testreader.qbs",
|
|
"shootout/shootout.qbs",
|
|
"subdirfileiterator/subdirfileiterator.qbs",
|
|
"tasking/demo/demo.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|