Last change
on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
459 bytes
|
Rev | Line | |
---|
[556] | 1 | SOURCES += \
|
---|
| 2 | $$PWD/qscriptast.cpp \
|
---|
| 3 | $$PWD/qscriptastvisitor.cpp \
|
---|
| 4 | $$PWD/qscriptgrammar.cpp \
|
---|
| 5 | $$PWD/qscriptsyntaxchecker.cpp \
|
---|
| 6 | $$PWD/qscriptlexer.cpp \
|
---|
| 7 | #$$PWD/qscriptparser.cpp
|
---|
| 8 |
|
---|
| 9 | HEADERS += \
|
---|
| 10 | $$PWD/qscriptastfwd_p.h \
|
---|
| 11 | $$PWD/qscriptast_p.h \
|
---|
| 12 | $$PWD/qscriptastvisitor_p.h \
|
---|
| 13 | $$PWD/qscriptgrammar_p.h \
|
---|
| 14 | $$PWD/qscriptsyntaxchecker_p.h \
|
---|
| 15 | $$PWD/qscriptlexer_p.h \
|
---|
| 16 | #$$PWD/qscriptparser_p.h
|
---|
| 17 |
|
---|
| 18 | INCLUDEPATH += \
|
---|
| 19 | $$PWD
|
---|
Note:
See
TracBrowser
for help on using the repository browser.