diff options
author | hjk <qtc-committer@nokia.com> | 2009-01-26 16:19:24 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-01-26 16:19:24 +0100 |
commit | fe0533de2a634ca377c2d8a0073e0eb2cbf89abf (patch) | |
tree | 29d3d30e6cc5a1068a94097a5660bc4d133a205f /shared/cplusplus/cplusplus.pri | |
parent | c85ba53365d606192069a841ed806979f17d80bc (diff) | |
download | qt-creator-fe0533de2a634ca377c2d8a0073e0eb2cbf89abf.tar.gz |
Fixes: move all files in shared/* to src/shared/*
Diffstat (limited to 'shared/cplusplus/cplusplus.pri')
-rw-r--r-- | shared/cplusplus/cplusplus.pri | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/shared/cplusplus/cplusplus.pri b/shared/cplusplus/cplusplus.pri deleted file mode 100644 index 041aff67be..0000000000 --- a/shared/cplusplus/cplusplus.pri +++ /dev/null @@ -1,77 +0,0 @@ - -DEPENDPATH += $$PWD -INCLUDEPATH += $$PWD - -HEADERS += \ - $$PWD/AST.h \ - $$PWD/ASTVisitor.h \ - $$PWD/ASTfwd.h \ - $$PWD/Array.h \ - $$PWD/CPlusPlusForwardDeclarations.h \ - $$PWD/CheckDeclaration.h \ - $$PWD/CheckDeclarator.h \ - $$PWD/CheckExpression.h \ - $$PWD/CheckName.h \ - $$PWD/CheckSpecifier.h \ - $$PWD/CheckStatement.h \ - $$PWD/Control.h \ - $$PWD/CoreTypes.h \ - $$PWD/DiagnosticClient.h \ - $$PWD/FullySpecifiedType.h \ - $$PWD/Lexer.h \ - $$PWD/LiteralTable.h \ - $$PWD/Literals.h \ - $$PWD/MemoryPool.h \ - $$PWD/Name.h \ - $$PWD/NameVisitor.h \ - $$PWD/Names.h \ - $$PWD/Parser.h \ - $$PWD/Scope.h \ - $$PWD/Semantic.h \ - $$PWD/SemanticCheck.h \ - $$PWD/Symbol.h \ - $$PWD/Symbols.h \ - $$PWD/SymbolVisitor.h \ - $$PWD/Token.h \ - $$PWD/TranslationUnit.h \ - $$PWD/Type.h \ - $$PWD/TypeVisitor.h \ - $$PWD/PrettyPrinter.h - - -SOURCES += \ - $$PWD/AST.cpp \ - $$PWD/ASTVisitor.cpp \ - $$PWD/Array.cpp \ - $$PWD/CheckDeclaration.cpp \ - $$PWD/CheckDeclarator.cpp \ - $$PWD/CheckExpression.cpp \ - $$PWD/CheckName.cpp \ - $$PWD/CheckSpecifier.cpp \ - $$PWD/CheckStatement.cpp \ - $$PWD/Control.cpp \ - $$PWD/CoreTypes.cpp \ - $$PWD/DiagnosticClient.cpp \ - $$PWD/FullySpecifiedType.cpp \ - $$PWD/Keywords.cpp \ - $$PWD/ObjectiveCAtKeywords.cpp \ - $$PWD/Lexer.cpp \ - $$PWD/LiteralTable.cpp \ - $$PWD/Literals.cpp \ - $$PWD/MemoryPool.cpp \ - $$PWD/Name.cpp \ - $$PWD/NameVisitor.cpp \ - $$PWD/Names.cpp \ - $$PWD/Parser.cpp \ - $$PWD/Scope.cpp \ - $$PWD/Semantic.cpp \ - $$PWD/SemanticCheck.cpp \ - $$PWD/Symbol.cpp \ - $$PWD/Symbols.cpp \ - $$PWD/SymbolVisitor.cpp \ - $$PWD/Token.cpp \ - $$PWD/TranslationUnit.cpp \ - $$PWD/Type.cpp \ - $$PWD/TypeVisitor.cpp \ - $$PWD/PrettyPrinter.cpp - |