Move the scope building logic into QmlJS::ScopeBuilder.

This commit is contained in:
Christian Kamm
2010-02-19 15:55:11 +01:00
parent 08cfc8f28c
commit e9039db984
6 changed files with 187 additions and 102 deletions

View File

@@ -17,7 +17,8 @@ HEADERS += \
$$PWD/qmljsscanner.h \
$$PWD/qmljsinterpreter.h \
$$PWD/qmljslink.h \
$$PWD/qmljscheck.h
$$PWD/qmljscheck.h \
$$PWD/qmljsscopebuilder.h
SOURCES += \
$$PWD/qmljsbind.cpp \
@@ -27,7 +28,8 @@ SOURCES += \
$$PWD/qmljsinterpreter.cpp \
$$PWD/qmljsmetatypesystem.cpp \
$$PWD/qmljslink.cpp \
$$PWD/qmljscheck.cpp
$$PWD/qmljscheck.cpp \
$$PWD/qmljsscopebuilder.cpp
contains(QT_CONFIG, declarative) {
QT += declarative