forked from qt-creator/qt-creator
QmlJS: Fix type detection for alias properties.
Task-number: QTCREATORBUG-2306
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user