author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 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 |