2014-03-11 11:30:14 +01:00
|
|
|
import qbs 1.0
|
2012-02-09 14:30:09 +01:00
|
|
|
|
2012-04-01 19:21:05 +03:00
|
|
|
QtcLibrary {
|
2012-02-09 14:30:09 +01:00
|
|
|
name: "CPlusPlus"
|
|
|
|
|
|
2013-03-27 18:54:03 +01:00
|
|
|
cpp.includePaths: base.concat("../3rdparty")
|
2012-09-17 15:32:02 +02:00
|
|
|
cpp.defines: base.concat([
|
2012-02-09 14:30:09 +01:00
|
|
|
"NDEBUG",
|
2013-01-12 23:29:24 +02:00
|
|
|
"CPLUSPLUS_BUILD_LIB"
|
2012-09-17 15:32:02 +02:00
|
|
|
])
|
2012-02-09 14:30:09 +01:00
|
|
|
cpp.optimization: "fast"
|
|
|
|
|
|
2012-04-10 15:56:23 +02:00
|
|
|
Depends { name: "Qt.widgets" }
|
2014-09-30 16:50:56 +02:00
|
|
|
Depends { name: "Utils" }
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
Group {
|
2013-06-06 09:08:16 +02:00
|
|
|
name: "ThirdPartyCPlusPlus"
|
2012-02-09 14:30:09 +01:00
|
|
|
prefix: "../3rdparty/cplusplus/"
|
|
|
|
|
files: [
|
2012-09-30 13:50:31 +02:00
|
|
|
"AST.cpp",
|
|
|
|
|
"AST.h",
|
|
|
|
|
"ASTClone.cpp",
|
|
|
|
|
"ASTMatch0.cpp",
|
|
|
|
|
"ASTMatcher.cpp",
|
|
|
|
|
"ASTMatcher.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"ASTPatternBuilder.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"ASTPatternBuilder.h",
|
|
|
|
|
"ASTVisit.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"ASTVisitor.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"ASTVisitor.h",
|
|
|
|
|
"ASTfwd.h",
|
|
|
|
|
"Bind.cpp",
|
|
|
|
|
"Bind.h",
|
|
|
|
|
"CPlusPlus.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"Control.cpp",
|
|
|
|
|
"Control.h",
|
|
|
|
|
"CoreTypes.cpp",
|
|
|
|
|
"CoreTypes.h",
|
|
|
|
|
"DiagnosticClient.cpp",
|
|
|
|
|
"DiagnosticClient.h",
|
|
|
|
|
"FullySpecifiedType.cpp",
|
|
|
|
|
"FullySpecifiedType.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"Keywords.cpp",
|
|
|
|
|
"Lexer.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"Lexer.h",
|
|
|
|
|
"LiteralTable.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"Literals.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"Literals.h",
|
2014-03-24 16:06:39 +01:00
|
|
|
"Matcher.cpp",
|
|
|
|
|
"Matcher.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"MemoryPool.cpp",
|
|
|
|
|
"MemoryPool.h",
|
|
|
|
|
"Name.cpp",
|
|
|
|
|
"Name.h",
|
|
|
|
|
"NameVisitor.cpp",
|
|
|
|
|
"NameVisitor.h",
|
|
|
|
|
"Names.cpp",
|
|
|
|
|
"Names.h",
|
|
|
|
|
"ObjectiveCAtKeywords.cpp",
|
|
|
|
|
"ObjectiveCTypeQualifiers.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"ObjectiveCTypeQualifiers.h",
|
|
|
|
|
"Parser.cpp",
|
|
|
|
|
"Parser.h",
|
|
|
|
|
"QtContextKeywords.cpp",
|
|
|
|
|
"QtContextKeywords.h",
|
2014-03-24 16:06:39 +01:00
|
|
|
"SafeMatcher.cpp",
|
|
|
|
|
"SafeMatcher.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"Scope.cpp",
|
|
|
|
|
"Scope.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"Symbol.cpp",
|
|
|
|
|
"Symbol.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"SymbolVisitor.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"Symbols.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"Symbols.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"Templates.cpp",
|
|
|
|
|
"Templates.h",
|
|
|
|
|
"Token.cpp",
|
|
|
|
|
"Token.h",
|
|
|
|
|
"TranslationUnit.cpp",
|
|
|
|
|
"TranslationUnit.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"Type.cpp",
|
|
|
|
|
"Type.h",
|
|
|
|
|
"TypeVisitor.cpp",
|
|
|
|
|
"TypeVisitor.h",
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
2013-07-30 18:00:27 +02:00
|
|
|
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",
|
2014-01-23 14:28:31 +01:00
|
|
|
"cppmodelmanagerbase.cpp", "cppmodelmanagerbase.h",
|
2013-07-30 18:00:27 +02:00
|
|
|
"DependencyTable.cpp", "DependencyTable.h",
|
2015-11-19 13:49:26 +01:00
|
|
|
"DeprecatedGenTemplateInstance.cpp", "DeprecatedGenTemplateInstance.h",
|
2013-07-30 18:00:27 +02:00
|
|
|
"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",
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 15:58:33 +02:00
|
|
|
Export {
|
2012-02-09 14:30:09 +01:00
|
|
|
cpp.includePaths: [
|
2013-03-27 18:54:03 +01:00
|
|
|
"../3rdparty"
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|