forked from qt-creator/qt-creator
Synced changes with Qt.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user