summaryrefslogtreecommitdiffstats
path: root/tools/repc/moc_copy/moc.pri
blob: 6d0ca8ab7e0fbbec04118470c0d54ec516002e3b (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