aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 7c7e1a5507..e03ca08883 100644
--- a/sync.profile
+++ b/sync.profile
@@ -48,8 +48,8 @@
"qdeclarativeextensioninterface.h" => "QtQml/qqmlextensioninterface.h",
"QDeclarativeExtensionPlugin" => "QtQml/QQmlExtensionPlugin",
"qdeclarativeextensionplugin.h" => "QtQml/qqmlextensionplugin.h",
- "QDeclarativeImageProvider" => "QtQml/QQmlImageProvider",
- "qdeclarativeimageprovider.h" => "QtQml/qqmlimageprovider.h",
+ "QDeclarativeImageProvider" => "QtQuick/QQuickImageProvider",
+ "qdeclarativeimageprovider.h" => "QtQuick/qquickimageprovider.h",
"QDeclarativeIncubationController" => "QtQml/QQmlIncubationController",
"QDeclarativeIncubator" => "QtQml/QQmlIncubator",
"qdeclarativeincubator.h" => "QtQml/qqmlincubator.h",
@@ -208,6 +208,10 @@
"qv8worker_p.h" => "QtQml/private/qv8worker_p.h",
"textwriter_p.h" => "QtQml/private/textwriter_p.h",
},
+ "QtQml" => {
+ "QQmlImageProvider" => "QtQuick/QQuickImageProvider",
+ "qqmlimageprovider.h" => "QtQuick/qquickimageprovider.h",
+ },
);
# Module dependencies.
# Every module that is required to build this module should have one entry.