source:
trunk/src/declarative/qml/parser/parser.pri
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 647 bytes |
Line | |
---|---|
1 | INCLUDEPATH += $$PWD |
2 | |
3 | HEADERS += \ |
4 | $$PWD/qdeclarativejsast_p.h \ |
5 | $$PWD/qdeclarativejsastfwd_p.h \ |
6 | $$PWD/qdeclarativejsastvisitor_p.h \ |
7 | $$PWD/qdeclarativejsengine_p.h \ |
8 | $$PWD/qdeclarativejsgrammar_p.h \ |
9 | $$PWD/qdeclarativejslexer_p.h \ |
10 | $$PWD/qdeclarativejsmemorypool_p.h \ |
11 | $$PWD/qdeclarativejsnodepool_p.h \ |
12 | $$PWD/qdeclarativejsparser_p.h \ |
13 | $$PWD/qdeclarativejsglobal_p.h |
14 | |
15 | SOURCES += \ |
16 | $$PWD/qdeclarativejsast.cpp \ |
17 | $$PWD/qdeclarativejsastvisitor.cpp \ |
18 | $$PWD/qdeclarativejsengine_p.cpp \ |
19 | $$PWD/qdeclarativejsgrammar.cpp \ |
20 | $$PWD/qdeclarativejslexer.cpp \ |
21 | $$PWD/qdeclarativejsparser.cpp |
Note:
See TracBrowser
for help on using the repository browser.