aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/cplusplus.pro
blob: 35ec8a070b3268a77d660859e09e575a0f07ab68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 \
    pp-cctype.h \
    pp-engine.h \
    pp-macro-expander.h \
    pp-scanner.h \
    pp-client.h \
    pp-environment.h \
    pp-internal.h \
    pp-macro.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 \
    pp-engine.cpp \
    pp-environment.cpp \
    pp-macro-expander.cpp

RESOURCES += cplusplus.qrc