forked from qt-creator/qt-creator
There is no advantage to excluding the tools by default that outweighs the risk for them to get out of sync with the rest of the codebase. Change-Id: I3ad292aa5648a4448babdf5d06c84b3f5ec94482 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
14 lines
391 B
QML
14 lines
391 B
QML
import qbs
|
|
import qbs.Environment
|
|
|
|
Project {
|
|
name: "CPlusPlus Tools"
|
|
references: [
|
|
"3rdparty/cplusplus-keywordgen/cplusplus-keywordgen.qbs",
|
|
"cplusplus-ast2png/cplusplus-ast2png.qbs",
|
|
"cplusplus-frontend/cplusplus-frontend.qbs",
|
|
"cplusplus-mkvisitor/cplusplus-mkvisitor.qbs",
|
|
"cplusplus-update-frontend/cplusplus-update-frontend.qbs",
|
|
]
|
|
}
|