aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/cplusplus.qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2012-09-30 13:50:31 +0200
committerChristian Kandeler <[email protected]>2012-10-03 09:26:34 +0200
commita00b291484999fd63daf0e43b20d21c50a6e0643 (patch)
treede6d415d81e97a6d6810f23dc518c14204d6fde9 /src/libs/cplusplus/cplusplus.qbs
parentad94d4f09ce15fc596bf04b89a603bd1c5c76e58 (diff)
qbs files: Sort files
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/libs/cplusplus/cplusplus.qbs')
-rw-r--r--src/libs/cplusplus/cplusplus.qbs70
1 files changed, 35 insertions, 35 deletions
diff --git a/src/libs/cplusplus/cplusplus.qbs b/src/libs/cplusplus/cplusplus.qbs
index 6038fc6a2c4..7b9e98d04ac 100644
--- a/src/libs/cplusplus/cplusplus.qbs
+++ b/src/libs/cplusplus/cplusplus.qbs
@@ -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 {