summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2012-03-10 17:52:30 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-14 19:22:20 +0100
commit234bf39096be424f56487b67756c07552a322963 (patch)
tree92f183348368132d9e96ef6498a00669c81ca102 /sync.profile
parentf79554ab3737b7601a3cebdbbba3d0480cfa1ae6 (diff)
Update for new QML naming.
QML renaming must be done before the deprecation mechanism is turned off. Task-number: QTBUG-24722 Change-Id: I8e4b9c919eefa72184fa1745d10141885f83369c Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index ff0e38e26..ff52bf6cc 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,7 +11,7 @@
"core" => "#include <QtCore/QtCore>\n",
"gui" => "#include <QtGui/QtGui>\n",
"opengl" => "#include <QtOpenGL/QtOpenGL>\n",
- "declarative" => "#include <QtDeclarative/QDeclarative>\n",
+ "declarative" => "#include <QtQml/QDeclarative>\n",
"quick" => "#include <QtQuick/QQuick>\n",
"network" => "#include <QtNetwork/QtNetwork>\n"
);