qmldump: Make Creator able to read qmldump's new output.

Task-number: QTCREATORBUG-3048
This commit is contained in:
Christian Kamm
2011-02-08 11:01:37 +01:00
parent bffe90b2f4
commit dd1de1b82f
11 changed files with 577 additions and 18 deletions

View File

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