forked from qt-creator/qt-creator
qbs files: Sort files
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
ad94d4f09c
commit
a00b291484
@@ -22,13 +22,21 @@ QtcLibrary {
|
||||
Group {
|
||||
prefix: "../3rdparty/cplusplus/"
|
||||
files: [
|
||||
"AST.cpp",
|
||||
"AST.h",
|
||||
"ASTClone.cpp",
|
||||
"ASTMatch0.cpp",
|
||||
"ASTMatcher.cpp",
|
||||
"ASTMatcher.h",
|
||||
"ASTPatternBuilder.cpp",
|
||||
"CPlusPlus.h",
|
||||
"LiteralTable.cpp",
|
||||
"ObjectiveCTypeQualifiers.h",
|
||||
"Templates.cpp",
|
||||
"Templates.h",
|
||||
"ASTPatternBuilder.h",
|
||||
"ASTVisit.cpp",
|
||||
"ASTVisitor.cpp",
|
||||
"ASTVisitor.h",
|
||||
"ASTfwd.h",
|
||||
"Bind.cpp",
|
||||
"Bind.h",
|
||||
"CPlusPlus.h",
|
||||
"Control.cpp",
|
||||
"Control.h",
|
||||
"CoreTypes.cpp",
|
||||
@@ -37,8 +45,12 @@ QtcLibrary {
|
||||
"DiagnosticClient.h",
|
||||
"FullySpecifiedType.cpp",
|
||||
"FullySpecifiedType.h",
|
||||
"Keywords.cpp",
|
||||
"Lexer.cpp",
|
||||
"Lexer.h",
|
||||
"LiteralTable.cpp",
|
||||
"LiteralTable.h",
|
||||
"Literals.cpp",
|
||||
"Literals.h",
|
||||
"MemoryPool.cpp",
|
||||
"MemoryPool.h",
|
||||
@@ -50,48 +62,35 @@ QtcLibrary {
|
||||
"Names.h",
|
||||
"ObjectiveCAtKeywords.cpp",
|
||||
"ObjectiveCTypeQualifiers.cpp",
|
||||
"ObjectiveCTypeQualifiers.h",
|
||||
"Parser.cpp",
|
||||
"Parser.h",
|
||||
"QtContextKeywords.cpp",
|
||||
"QtContextKeywords.h",
|
||||
"Scope.cpp",
|
||||
"Scope.h",
|
||||
"Symbol.cpp",
|
||||
"Symbol.h",
|
||||
"SymbolVisitor.cpp",
|
||||
"SymbolVisitor.h",
|
||||
"Symbols.cpp",
|
||||
"Symbols.h",
|
||||
"Templates.cpp",
|
||||
"Templates.h",
|
||||
"Token.cpp",
|
||||
"Token.h",
|
||||
"TranslationUnit.cpp",
|
||||
"TranslationUnit.h",
|
||||
"Type.cpp",
|
||||
"Type.h",
|
||||
"TypeMatcher.cpp",
|
||||
"TypeMatcher.h",
|
||||
"TypeVisitor.cpp",
|
||||
"TypeVisitor.h",
|
||||
"AST.cpp",
|
||||
"AST.h",
|
||||
"ASTClone.cpp",
|
||||
"ASTMatch0.cpp",
|
||||
"ASTMatcher.cpp",
|
||||
"ASTMatcher.h",
|
||||
"ASTPatternBuilder.h",
|
||||
"ASTVisit.cpp",
|
||||
"ASTVisitor.h",
|
||||
"ASTfwd.h",
|
||||
"Bind.cpp",
|
||||
"Bind.h",
|
||||
"Keywords.cpp",
|
||||
"Lexer.cpp",
|
||||
"Literals.cpp",
|
||||
"Parser.cpp",
|
||||
"Parser.h",
|
||||
"QtContextKeywords.cpp",
|
||||
"QtContextKeywords.h",
|
||||
"Symbol.cpp",
|
||||
"Symbol.h",
|
||||
"Symbols.cpp",
|
||||
"Token.cpp",
|
||||
"Token.h",
|
||||
"TranslationUnit.cpp",
|
||||
"TranslationUnit.h"
|
||||
]
|
||||
}
|
||||
|
||||
files: [
|
||||
"cplusplus.qrc",
|
||||
"ASTParent.cpp",
|
||||
"ASTParent.h",
|
||||
"ASTPath.cpp",
|
||||
@@ -128,6 +127,8 @@ QtcLibrary {
|
||||
"Overview.h",
|
||||
"OverviewModel.cpp",
|
||||
"OverviewModel.h",
|
||||
"PPToken.cpp",
|
||||
"PPToken.h",
|
||||
"PreprocessorClient.cpp",
|
||||
"PreprocessorClient.h",
|
||||
"PreprocessorEnvironment.cpp",
|
||||
@@ -144,13 +145,12 @@ QtcLibrary {
|
||||
"TypeOfExpression.h",
|
||||
"TypePrettyPrinter.cpp",
|
||||
"TypePrettyPrinter.h",
|
||||
"cplusplus.qrc",
|
||||
"findcdbbreakpoint.cpp",
|
||||
"findcdbbreakpoint.h",
|
||||
"pp-cctype.h",
|
||||
"pp-engine.cpp",
|
||||
"pp-engine.h",
|
||||
"PPToken.cpp",
|
||||
"PPToken.h",
|
||||
"pp-scanner.cpp",
|
||||
"pp-scanner.h",
|
||||
"pp.h",
|
||||
@@ -169,7 +169,7 @@ QtcLibrary {
|
||||
"images/slot_prot.png",
|
||||
"images/var.png",
|
||||
"images/var_priv.png",
|
||||
"images/var_prot.png"
|
||||
"images/var_prot.png",
|
||||
]
|
||||
|
||||
ProductModule {
|
||||
|
||||
Reference in New Issue
Block a user