summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.pri
blob: 90839a445b46c844e53b99d6e9d8a76041fb62ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

INCLUDEPATH += $$PWD \
    $$PWD/../../3rdparty/tinycbor/src

HEADERS =  $$PWD/moc.h \
           $$PWD/preprocessor.h \
           $$PWD/parser.h \
           $$PWD/symbols.h \
           $$PWD/token.h \
           $$PWD/utils.h \
           $$PWD/generator.h \
           $$PWD/outputrevision.h \
           $$PWD/cbordevice.h
SOURCES =  $$PWD/moc.cpp \
           $$PWD/preprocessor.cpp \
           $$PWD/generator.cpp \
           $$PWD/parser.cpp \
           $$PWD/token.cpp