diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-09-23 00:17:48 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-09-23 00:44:32 (GMT) |
commit | b1a5a49950b80469e4cd658f340f279a8fd75a27 (patch) | |
tree | 83c659774133ad5c2e0821f6908453b1181a1d89 /src/declarative/qml/qml.pri | |
parent | cd5cd63750e39759b10b2edf85404db7173ac8ee (diff) | |
download | Qt-b1a5a49950b80469e4cd658f340f279a8fd75a27.zip Qt-b1a5a49950b80469e4cd658f340f279a8fd75a27.tar.gz Qt-b1a5a49950b80469e4cd658f340f279a8fd75a27.tar.bz2 |
Remove unused, unexported class.
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index 687ff52..66b69f9 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -22,7 +22,6 @@ SOURCES += \ $$PWD/qdeclarativerefcount.cpp \ $$PWD/qdeclarativemetatype.cpp \ $$PWD/qdeclarativestringconverters.cpp \ - $$PWD/qdeclarativeclassfactory.cpp \ $$PWD/qdeclarativeparserstatus.cpp \ $$PWD/qdeclarativetypeloader.cpp \ $$PWD/qdeclarativeinfo.cpp \ @@ -89,7 +88,6 @@ HEADERS += \ $$PWD/qdeclarativecontext.h \ $$PWD/qdeclarativeexpression.h \ $$PWD/qdeclarativestringconverters_p.h \ - $$PWD/qdeclarativeclassfactory_p.h \ $$PWD/qdeclarativeinfo.h \ $$PWD/qdeclarativeproperty_p.h \ $$PWD/qdeclarativecontext_p.h \ |