Synced changes with Qt.

This commit is contained in:
Erik Verbruggen
2010-02-08 13:55:41 +01:00
parent c453212542
commit 09cae866e5

View File

@@ -1,8 +1,7 @@
OTHER_FILES += $$PWD/qmljs.g INCLUDEPATH += $$PWD
##INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
HEADERS += $$PWD/qmljsast_p.h \ HEADERS += \
$$PWD/qmljsast_p.h \
$$PWD/qmljsastfwd_p.h \ $$PWD/qmljsastfwd_p.h \
$$PWD/qmljsastvisitor_p.h \ $$PWD/qmljsastvisitor_p.h \
$$PWD/qmljsengine_p.h \ $$PWD/qmljsengine_p.h \
@@ -13,10 +12,10 @@ HEADERS += $$PWD/qmljsast_p.h \
$$PWD/qmljsparser_p.h \ $$PWD/qmljsparser_p.h \
$$PWD/qmljsglobal_p.h $$PWD/qmljsglobal_p.h
SOURCES += $$PWD/qmljsast.cpp \ SOURCES += \
$$PWD/qmljsast.cpp \
$$PWD/qmljsastvisitor.cpp \ $$PWD/qmljsastvisitor.cpp \
$$PWD/qmljsengine_p.cpp \ $$PWD/qmljsengine_p.cpp \
$$PWD/qmljsgrammar.cpp \ $$PWD/qmljsgrammar.cpp \
$$PWD/qmljslexer.cpp \ $$PWD/qmljslexer.cpp \
$$PWD/qmljsparser.cpp $$PWD/qmljsparser.cpp