forked from qt-creator/qt-creator
Qbs project files: Use groups wherever applicable.
Provides better structuring of source files. Change-Id: Ic2d0094312bb7c8da01a1f38270564407fdbefce Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -85,88 +85,68 @@ QtcLibrary {
|
||||
]
|
||||
}
|
||||
|
||||
files: [
|
||||
"AlreadyConsideredClassContainer.h",
|
||||
"ASTParent.cpp",
|
||||
"ASTParent.h",
|
||||
"ASTPath.cpp",
|
||||
"ASTPath.h",
|
||||
"BackwardsScanner.cpp",
|
||||
"BackwardsScanner.h",
|
||||
"CppDocument.cpp",
|
||||
"CppDocument.h",
|
||||
"CppRewriter.cpp",
|
||||
"CppRewriter.h",
|
||||
"DependencyTable.cpp",
|
||||
"DependencyTable.h",
|
||||
"DeprecatedGenTemplateInstance.cpp",
|
||||
"DeprecatedGenTemplateInstance.h",
|
||||
"ExpressionUnderCursor.cpp",
|
||||
"ExpressionUnderCursor.h",
|
||||
"FastPreprocessor.cpp",
|
||||
"FastPreprocessor.h",
|
||||
"FindUsages.cpp",
|
||||
"FindUsages.h",
|
||||
"Icons.cpp",
|
||||
"Icons.h",
|
||||
"LookupContext.cpp",
|
||||
"LookupContext.h",
|
||||
"LookupItem.cpp",
|
||||
"LookupItem.h",
|
||||
"Macro.cpp",
|
||||
"Macro.h",
|
||||
"MatchingText.cpp",
|
||||
"MatchingText.h",
|
||||
"NamePrettyPrinter.cpp",
|
||||
"NamePrettyPrinter.h",
|
||||
"Overview.cpp",
|
||||
"Overview.h",
|
||||
"OverviewModel.cpp",
|
||||
"OverviewModel.h",
|
||||
"PPToken.cpp",
|
||||
"PPToken.h",
|
||||
"PreprocessorClient.cpp",
|
||||
"PreprocessorClient.h",
|
||||
"PreprocessorEnvironment.cpp",
|
||||
"PreprocessorEnvironment.h",
|
||||
"ResolveExpression.cpp",
|
||||
"ResolveExpression.h",
|
||||
"SimpleLexer.cpp",
|
||||
"SimpleLexer.h",
|
||||
"SnapshotSymbolVisitor.cpp",
|
||||
"SnapshotSymbolVisitor.h",
|
||||
"SymbolNameVisitor.cpp",
|
||||
"SymbolNameVisitor.h",
|
||||
"TypeOfExpression.cpp",
|
||||
"TypeOfExpression.h",
|
||||
"TypePrettyPrinter.cpp",
|
||||
"TypePrettyPrinter.h",
|
||||
"cplusplus.qrc",
|
||||
"findcdbbreakpoint.cpp",
|
||||
"findcdbbreakpoint.h",
|
||||
"pp-cctype.h",
|
||||
"pp-engine.cpp",
|
||||
"pp-engine.h",
|
||||
"pp-scanner.cpp",
|
||||
"pp-scanner.h",
|
||||
"pp.h",
|
||||
"images/class.png",
|
||||
"images/enum.png",
|
||||
"images/enumerator.png",
|
||||
"images/func.png",
|
||||
"images/func_priv.png",
|
||||
"images/func_prot.png",
|
||||
"images/keyword.png",
|
||||
"images/macro.png",
|
||||
"images/namespace.png",
|
||||
"images/signal.png",
|
||||
"images/slot.png",
|
||||
"images/slot_priv.png",
|
||||
"images/slot_prot.png",
|
||||
"images/var.png",
|
||||
"images/var_priv.png",
|
||||
"images/var_prot.png",
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"AlreadyConsideredClassContainer.h",
|
||||
"ASTParent.cpp", "ASTParent.h",
|
||||
"ASTPath.cpp", "ASTPath.h",
|
||||
"BackwardsScanner.cpp", "BackwardsScanner.h",
|
||||
"CppDocument.cpp", "CppDocument.h",
|
||||
"CppRewriter.cpp", "CppRewriter.h",
|
||||
"DependencyTable.cpp", "DependencyTable.h",
|
||||
"DeprecatedGenTemplateInstance.cpp", "DeprecatedGenTemplateInstance.h",
|
||||
"ExpressionUnderCursor.cpp", "ExpressionUnderCursor.h",
|
||||
"FastPreprocessor.cpp", "FastPreprocessor.h",
|
||||
"FindUsages.cpp", "FindUsages.h",
|
||||
"Icons.cpp", "Icons.h",
|
||||
"LookupContext.cpp", "LookupContext.h",
|
||||
"LookupItem.cpp", "LookupItem.h",
|
||||
"Macro.cpp", "Macro.h",
|
||||
"MatchingText.cpp", "MatchingText.h",
|
||||
"NamePrettyPrinter.cpp", "NamePrettyPrinter.h",
|
||||
"Overview.cpp", "Overview.h",
|
||||
"OverviewModel.cpp", "OverviewModel.h",
|
||||
"PPToken.cpp", "PPToken.h",
|
||||
"PreprocessorClient.cpp", "PreprocessorClient.h",
|
||||
"PreprocessorEnvironment.cpp", "PreprocessorEnvironment.h",
|
||||
"ResolveExpression.cpp", "ResolveExpression.h",
|
||||
"SimpleLexer.cpp", "SimpleLexer.h",
|
||||
"SnapshotSymbolVisitor.cpp", "SnapshotSymbolVisitor.h",
|
||||
"SymbolNameVisitor.cpp", "SymbolNameVisitor.h",
|
||||
"TypeOfExpression.cpp", "TypeOfExpression.h",
|
||||
"TypePrettyPrinter.cpp", "TypePrettyPrinter.h",
|
||||
"cplusplus.qrc",
|
||||
"findcdbbreakpoint.cpp", "findcdbbreakpoint.h",
|
||||
"pp-cctype.h",
|
||||
"pp-engine.cpp", "pp-engine.h",
|
||||
"pp-scanner.cpp", "pp-scanner.h",
|
||||
"pp.h",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Images"
|
||||
prefix: "images/"
|
||||
files: [
|
||||
"class.png",
|
||||
"enum.png",
|
||||
"enumerator.png",
|
||||
"func.png",
|
||||
"func_priv.png",
|
||||
"func_prot.png",
|
||||
"keyword.png",
|
||||
"macro.png",
|
||||
"namespace.png",
|
||||
"signal.png",
|
||||
"slot.png",
|
||||
"slot_priv.png",
|
||||
"slot_prot.png",
|
||||
"var.png",
|
||||
"var_priv.png",
|
||||
"var_prot.png",
|
||||
]
|
||||
}
|
||||
|
||||
Export {
|
||||
cpp.includePaths: [
|
||||
|
||||
Reference in New Issue
Block a user