aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpptoolsunittestfiles.pri
blob: 5d09a1d1305a284820a0bb8bfe6174e94cb0c9b3 (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
shared {
    DEFINES += CPPTOOLS_LIBRARY
} else {
    DEFINES += CPPTOOLS_STATIC_LIBRARY
}

HEADERS += \
    $$PWD/cppprojectfile.h \
    $$PWD/senddocumenttracker.h \
    $$PWD/projectpart.h \
    $$PWD/compileroptionsbuilder.h \
    $$PWD/cppprojectfilecategorizer.h \
    $$PWD/projectinfo.h \
    $$PWD/cppprojectinfogenerator.cpp \
    $$PWD/cppprojectpartchooser.h \
    $$PWD/headerpathfilter.h

SOURCES += \
    $$PWD/cppprojectfile.cpp \
    $$PWD/senddocumenttracker.cpp \
    $$PWD/projectpart.cpp \
    $$PWD/compileroptionsbuilder.cpp \
    $$PWD/cppprojectfilecategorizer.cpp \
    $$PWD/projectinfo.cpp \
    $$PWD/cppprojectinfogenerator.cpp \
    $$PWD/cppprojectpartchooser.cpp \
    $$PWD/headerpathfilter.cpp