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

INCLUDEPATH += $$PWD

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
SOURCES =  $$PWD/moc.cpp \
           $$PWD/preprocessor.cpp \
           $$PWD/generator.cpp \
           $$PWD/parser.cpp \
           $$PWD/token.cpp