Files
qt-creator/src/libs/cplusplus/cplusplus.pro

55 lines
1.1 KiB
Prolog
Raw Normal View History

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)
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 \
PreprocessorClient.h \
PreprocessorEnvironment.h \
Macro.h \
pp.h \
2008-12-08 12:24:40 +01:00
pp-cctype.h \
pp-engine.h \
pp-macro-expander.h \
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 \
PreprocessorClient.cpp \
PreprocessorEnvironment.cpp \
Macro.cpp \
2008-12-08 12:24:40 +01:00
pp-engine.cpp \
pp-macro-expander.cpp \
pp-scanner.cpp
2008-12-02 12:01:29 +01:00
RESOURCES += cplusplus.qrc