Files
qt-creator/src/tools/cplusplustools.qbs
Christian Kandeler 0edcbd8853 CPlusPlus: Always build the tools
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>
2023-02-09 13:46:50 +00:00

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",
]
}