changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 |
|
2 INCLUDEPATH += $$PWD |
|
3 |
|
4 HEADERS = $$PWD/moc.h \ |
|
5 $$PWD/preprocessor.h \ |
|
6 $$PWD/parser.h \ |
|
7 $$PWD/symbols.h \ |
|
8 $$PWD/token.h \ |
|
9 $$PWD/utils.h \ |
|
10 $$PWD/generator.h \ |
|
11 $$PWD/outputrevision.h |
|
12 SOURCES = $$PWD/moc.cpp \ |
|
13 $$PWD/preprocessor.cpp \ |
|
14 $$PWD/generator.cpp \ |
|
15 $$PWD/parser.cpp \ |
|
16 $$PWD/token.cpp |