forked from qt-creator/qt-creator
qmljs: new import/dep tracking
Change-Id: I9f4de2a06aad3afb80372a4b80e56db658683575 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -39,7 +39,9 @@ HEADERS += \
|
||||
$$PWD/qmljssimplereader.h \
|
||||
$$PWD/persistenttrie.h \
|
||||
$$PWD/qmljsqrcparser.h \
|
||||
$$PWD/qmljsconstants.h
|
||||
$$PWD/qmljsconstants.h \
|
||||
$$PWD/qmljsimportdependencies.h \
|
||||
$$PWD/viewercontext.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/qmljsbind.cpp \
|
||||
@@ -70,7 +72,10 @@ SOURCES += \
|
||||
$$PWD/consoleitem.cpp \
|
||||
$$PWD/qmljssimplereader.cpp \
|
||||
$$PWD/persistenttrie.cpp \
|
||||
$$PWD/qmljsqrcparser.cpp
|
||||
$$PWD/qmljsqrcparser.cpp \
|
||||
$$PWD/qmljsimportdependencies.cpp \
|
||||
$$PWD/qmljsviewercontext.cpp
|
||||
|
||||
|
||||
RESOURCES += \
|
||||
$$PWD/qmljs.qrc
|
||||
|
||||
Reference in New Issue
Block a user