Files
qt-creator/tests/auto/toolchaincache/toolchaincache.qbs
T
hjk 2b1c8aa877 ProjectExplorer: Introduce a alias for QList<Tasks>
Change-Id: I91391ad22b420926b0f512cac23cfe009048b218
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2019-05-28 05:51:40 +00:00

12 lines
243 B
QML

import qbs
QtcAutotest {
name: "ToolChainCache autotest"
Depends { name: "ProjectExplorer" }
Depends { name: "Qt.gui" } // For QIcon in Task
Group {
name: "Test sources"
files: "tst_toolchaincache.cpp"
}
}