forked from qt-creator/qt-creator
QmlJS: Rename Interpreter::Engine -> ValueOwner
Also move to a separate file. Change-Id: I05910e8cf04a533b5d09a1c16e612e3b99b1d606 Reviewed-on: http://codereview.qt.nokia.com/1039 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -28,7 +28,8 @@ HEADERS += \
|
||||
$$PWD/qmljsicons.h \
|
||||
$$PWD/qmljsdelta.h \
|
||||
$$PWD/qmljstypedescriptionreader.h \
|
||||
$$PWD/qmljsscopeastpath.h
|
||||
$$PWD/qmljsscopeastpath.h \
|
||||
$$PWD/qmljsvalueowner.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/qmljsbind.cpp \
|
||||
@@ -48,7 +49,8 @@ SOURCES += \
|
||||
$$PWD/qmljsicons.cpp \
|
||||
$$PWD/qmljsdelta.cpp \
|
||||
$$PWD/qmljstypedescriptionreader.cpp \
|
||||
$$PWD/qmljsscopeastpath.cpp
|
||||
$$PWD/qmljsscopeastpath.cpp \
|
||||
$$PWD/qmljsvalueowner.cpp
|
||||
|
||||
RESOURCES += \
|
||||
$$PWD/qmljs.qrc
|
||||
|
||||
Reference in New Issue
Block a user