2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
|
|
|
|
|
TARGET = CPlusPlus
|
|
|
|
|
|
|
|
|
|
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE CPLUSPLUS_BUILD_LIB
|
|
|
|
|
DEFINES += NDEBUG
|
|
|
|
|
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
|
|
|
|
|
|
|
|
|
include(../../qworkbenchlibrary.pri)
|
2009-01-26 16:19:24 +01:00
|
|
|
include(../../shared/cplusplus/cplusplus.pri)
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
SimpleLexer.h \
|
|
|
|
|
ExpressionUnderCursor.h \
|
|
|
|
|
TokenUnderCursor.h \
|
|
|
|
|
CppDocument.h \
|
|
|
|
|
Icons.h \
|
|
|
|
|
Overview.h \
|
|
|
|
|
OverviewModel.h \
|
|
|
|
|
NamePrettyPrinter.h \
|
|
|
|
|
TypeOfExpression.h \
|
|
|
|
|
TypePrettyPrinter.h \
|
|
|
|
|
ResolveExpression.h \
|
2008-12-08 12:24:40 +01:00
|
|
|
LookupContext.h \
|
2008-12-22 14:10:47 +01:00
|
|
|
PreprocessorClient.h \
|
|
|
|
|
PreprocessorEnvironment.h \
|
|
|
|
|
Macro.h \
|
2008-12-22 11:40:53 +01:00
|
|
|
pp.h \
|
2008-12-08 12:24:40 +01:00
|
|
|
pp-cctype.h \
|
|
|
|
|
pp-engine.h \
|
|
|
|
|
pp-macro-expander.h \
|
2008-12-22 14:10:47 +01:00
|
|
|
pp-scanner.h
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
SimpleLexer.cpp \
|
|
|
|
|
ExpressionUnderCursor.cpp \
|
|
|
|
|
TokenUnderCursor.cpp \
|
|
|
|
|
CppDocument.cpp \
|
|
|
|
|
Icons.cpp \
|
|
|
|
|
Overview.cpp \
|
|
|
|
|
OverviewModel.cpp \
|
|
|
|
|
NamePrettyPrinter.cpp \
|
|
|
|
|
TypeOfExpression.cpp \
|
|
|
|
|
TypePrettyPrinter.cpp \
|
|
|
|
|
ResolveExpression.cpp \
|
2008-12-08 12:24:40 +01:00
|
|
|
LookupContext.cpp \
|
2008-12-22 14:10:47 +01:00
|
|
|
PreprocessorClient.cpp \
|
|
|
|
|
PreprocessorEnvironment.cpp \
|
|
|
|
|
Macro.cpp \
|
2008-12-08 12:24:40 +01:00
|
|
|
pp-engine.cpp \
|
2008-12-22 11:40:53 +01:00
|
|
|
pp-macro-expander.cpp \
|
|
|
|
|
pp-scanner.cpp
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
RESOURCES += cplusplus.qrc
|