diff options
| author | Roberto Raggi <[email protected]> | 2009-02-09 10:21:29 +0100 |
|---|---|---|
| committer | Roberto Raggi <[email protected]> | 2009-02-09 10:21:29 +0100 |
| commit | 1f9bcd86e034bf57cd378b93880ebf9d3b6111e0 (patch) | |
| tree | 7bf080ce4cb2203a569465a017c252c325fb9d6e /src/libs/cplusplus/cplusplus.pro | |
| parent | 47a85d5a42682d6eddfbc833278c0f27ba7e10cb (diff) | |
Added a simple auto test for the name lookup.
Diffstat (limited to 'src/libs/cplusplus/cplusplus.pro')
| -rw-r--r-- | src/libs/cplusplus/cplusplus.pro | 47 |
1 files changed, 1 insertions, 46 deletions
diff --git a/src/libs/cplusplus/cplusplus.pro b/src/libs/cplusplus/cplusplus.pro index ccc38abb490..f13ef15fa2a 100644 --- a/src/libs/cplusplus/cplusplus.pro +++ b/src/libs/cplusplus/cplusplus.pro @@ -2,53 +2,8 @@ TEMPLATE = lib TARGET = CPlusPlus -DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE CPLUSPLUS_BUILD_LIB DEFINES += NDEBUG unix:QMAKE_CXXFLAGS_DEBUG += -O3 include(../../qworkbenchlibrary.pri) -include(../../shared/cplusplus/cplusplus.pri) - -HEADERS += \ - SimpleLexer.h \ - ExpressionUnderCursor.h \ - TokenUnderCursor.h \ - CppDocument.h \ - Icons.h \ - Overview.h \ - OverviewModel.h \ - NamePrettyPrinter.h \ - TypeOfExpression.h \ - TypePrettyPrinter.h \ - ResolveExpression.h \ - LookupContext.h \ - PreprocessorClient.h \ - PreprocessorEnvironment.h \ - Macro.h \ - pp.h \ - pp-cctype.h \ - pp-engine.h \ - pp-macro-expander.h \ - pp-scanner.h - -SOURCES += \ - SimpleLexer.cpp \ - ExpressionUnderCursor.cpp \ - TokenUnderCursor.cpp \ - CppDocument.cpp \ - Icons.cpp \ - Overview.cpp \ - OverviewModel.cpp \ - NamePrettyPrinter.cpp \ - TypeOfExpression.cpp \ - TypePrettyPrinter.cpp \ - ResolveExpression.cpp \ - LookupContext.cpp \ - PreprocessorClient.cpp \ - PreprocessorEnvironment.cpp \ - Macro.cpp \ - pp-engine.cpp \ - pp-macro-expander.cpp \ - pp-scanner.cpp - -RESOURCES += cplusplus.qrc +include(cplusplus-lib.pri) |
