Commit 2be2eb83 authored by Friedemann Kleint's avatar Friedemann Kleint Committed by The Qt Project
Browse files

windeployqt: Copy .qml files as well.


Change-Id: I8bf115a87bfa6e67e04d17c628a3efc55ef7413e
Reviewed-by: default avatarAndrew Knight <andrew.knight@digia.com>
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -480,7 +480,7 @@ private:
class QmlDirectoryFileEntryFunction {
public:
explicit QmlDirectoryFileEntryFunction(Platform platform, bool debug)
: m_qmlNameFilter(QStringList() << QStringLiteral("*.js") << QStringLiteral("qmldir") << QStringLiteral("*.qmltypes") << QStringLiteral("*.png"))
: m_qmlNameFilter(QStringList() << QStringLiteral("*.js") << QStringLiteral("qmldir") << QStringLiteral("*.qml") << QStringLiteral("*.qmltypes") << QStringLiteral("*.png"))
, m_dllFilter(platform, debug)
{}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment