aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-01-14 12:44:53 +0100
committerEike Ziller <eike.ziller@qt.io>2022-01-20 12:18:15 +0000
commit9d8a419d107ae8219c84bc9178bfed76b94fa930 (patch)
tree110e9f16dd2e3d9c03b2dc38d2b261663606fb4f /src/libs/3rdparty/cplusplus
parent3c3580c7701ccf43ca014e19aa5fa210e90b4ed3 (diff)
Remove qmake build files
Removes qmake as a build system for building Qt Creator itself. Keep them for some tests that are not completely moved to CMake yet. Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/libs/3rdparty/cplusplus')
-rw-r--r--src/libs/3rdparty/cplusplus/cplusplus.pri69
1 files changed, 0 insertions, 69 deletions
diff --git a/src/libs/3rdparty/cplusplus/cplusplus.pri b/src/libs/3rdparty/cplusplus/cplusplus.pri
deleted file mode 100644
index 2a4f71a712..0000000000
--- a/src/libs/3rdparty/cplusplus/cplusplus.pri
+++ /dev/null
@@ -1,69 +0,0 @@
-HEADERS += \
- $$PWD/cppassert.h \
- $$PWD/CPlusPlus.h \
- $$PWD/AST.h \
- $$PWD/ASTVisitor.h \
- $$PWD/ASTMatcher.h \
- $$PWD/ASTPatternBuilder.h \
- $$PWD/ASTfwd.h \
- $$PWD/Matcher.h \
- $$PWD/CPlusPlusForwardDeclarations.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/Bind.h \
- $$PWD/Symbol.h \
- $$PWD/Symbols.h \
- $$PWD/SymbolVisitor.h \
- $$PWD/Token.h \
- $$PWD/TranslationUnit.h \
- $$PWD/Type.h \
- $$PWD/TypeVisitor.h \
- $$PWD/ObjectiveCTypeQualifiers.h \
- $$PWD/QtContextKeywords.h \
- $$PWD/Templates.h \
- $$PWD/SafeMatcher.h
-
-SOURCES += \
- $$PWD/AST.cpp \
- $$PWD/ASTVisit.cpp \
- $$PWD/ASTMatch0.cpp \
- $$PWD/ASTVisitor.cpp \
- $$PWD/ASTClone.cpp \
- $$PWD/ASTMatcher.cpp \
- $$PWD/Matcher.cpp \
- $$PWD/Control.cpp \
- $$PWD/CoreTypes.cpp \
- $$PWD/DiagnosticClient.cpp \
- $$PWD/FullySpecifiedType.cpp \
- $$PWD/Keywords.cpp \
- $$PWD/ObjectiveCAtKeywords.cpp \
- $$PWD/ObjectiveCTypeQualifiers.cpp \
- $$PWD/Lexer.cpp \
- $$PWD/Literals.cpp \
- $$PWD/MemoryPool.cpp \
- $$PWD/Name.cpp \
- $$PWD/NameVisitor.cpp \
- $$PWD/Names.cpp \
- $$PWD/Parser.cpp \
- $$PWD/Scope.cpp \
- $$PWD/Bind.cpp \
- $$PWD/Symbol.cpp \
- $$PWD/Symbols.cpp \
- $$PWD/Token.cpp \
- $$PWD/TranslationUnit.cpp \
- $$PWD/Type.cpp \
- $$PWD/TypeVisitor.cpp \
- $$PWD/QtContextKeywords.cpp \
- $$PWD/Templates.cpp \
- $$PWD/SafeMatcher.cpp