forked from qt-creator/qt-creator
Synced changes with Qt.
This commit is contained in:
@@ -1,22 +1,21 @@
|
|||||||
OTHER_FILES += $$PWD/qmljs.g
|
INCLUDEPATH += $$PWD
|
||||||
##INCLUDEPATH += $$PWD
|
|
||||||
DEPENDPATH += $$PWD
|
|
||||||
|
|
||||||
HEADERS += $$PWD/qmljsast_p.h \
|
HEADERS += \
|
||||||
$$PWD/qmljsastfwd_p.h \
|
$$PWD/qmljsast_p.h \
|
||||||
$$PWD/qmljsastvisitor_p.h \
|
$$PWD/qmljsastfwd_p.h \
|
||||||
$$PWD/qmljsengine_p.h \
|
$$PWD/qmljsastvisitor_p.h \
|
||||||
$$PWD/qmljsgrammar_p.h \
|
$$PWD/qmljsengine_p.h \
|
||||||
$$PWD/qmljslexer_p.h \
|
$$PWD/qmljsgrammar_p.h \
|
||||||
$$PWD/qmljsmemorypool_p.h \
|
$$PWD/qmljslexer_p.h \
|
||||||
$$PWD/qmljsnodepool_p.h \
|
$$PWD/qmljsmemorypool_p.h \
|
||||||
$$PWD/qmljsparser_p.h \
|
$$PWD/qmljsnodepool_p.h \
|
||||||
$$PWD/qmljsglobal_p.h
|
$$PWD/qmljsparser_p.h \
|
||||||
|
$$PWD/qmljsglobal_p.h
|
||||||
SOURCES += $$PWD/qmljsast.cpp \
|
|
||||||
$$PWD/qmljsastvisitor.cpp \
|
|
||||||
$$PWD/qmljsengine_p.cpp \
|
|
||||||
$$PWD/qmljsgrammar.cpp \
|
|
||||||
$$PWD/qmljslexer.cpp \
|
|
||||||
$$PWD/qmljsparser.cpp
|
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
$$PWD/qmljsast.cpp \
|
||||||
|
$$PWD/qmljsastvisitor.cpp \
|
||||||
|
$$PWD/qmljsengine_p.cpp \
|
||||||
|
$$PWD/qmljsgrammar.cpp \
|
||||||
|
$$PWD/qmljslexer.cpp \
|
||||||
|
$$PWD/qmljsparser.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user