QmlJS: Fix type detection for alias properties.

Task-number: QTCREATORBUG-2306
This commit is contained in:
Christian Kamm
2011-05-04 11:12:45 +02:00
parent 6bb08f1bf9
commit 02b7eacf4b
17 changed files with 84 additions and 115 deletions

View File

@@ -27,7 +27,8 @@ HEADERS += \
$$PWD/qmljsrewriter.h \
$$PWD/qmljsicons.h \
$$PWD/qmljsdelta.h \
$$PWD/qmljstypedescriptionreader.h
$$PWD/qmljstypedescriptionreader.h \
$$PWD/qmljsscopeastpath.h
SOURCES += \
$$PWD/qmljsbind.cpp \
@@ -46,7 +47,8 @@ SOURCES += \
$$PWD/qmljsrewriter.cpp \
$$PWD/qmljsicons.cpp \
$$PWD/qmljsdelta.cpp \
$$PWD/qmljstypedescriptionreader.cpp
$$PWD/qmljstypedescriptionreader.cpp \
$$PWD/qmljsscopeastpath.cpp
RESOURCES += \
$$PWD/qmljs.qrc