author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 28 Apr 2010 13:15:16 +0300 | |
branch | RCL_3 |
changeset 16 | b25b6dc3ff8b |
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 |