forked from qt-creator/qt-creator
Change-Id: Ia4a54bab4208c5cdf1c7ce67f5caab84aa1583ef Reviewed-by: Christian Stenger <christian.stenger@qt.io>
22 lines
526 B
QML
22 lines
526 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",
|
|
"tasking/imagescaling/imagescaling.qbs",
|
|
"widgets/widgets.qbs",
|
|
]
|
|
}
|