summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJulian de Bhal <julian.debhal@nokia.com>2012-03-19 14:37:47 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-19 11:08:52 +0100
commit19e869a73452308260f3e4877697f83e78d09f1b (patch)
treeaf6dcf00e915ffb087a3db557382f01779cedc7d /sync.profile
parente41f98c6ae68d9b9848591120a68982de6065f97 (diff)
Update Qt3d API like QML (QDeclarativeFoo -> QQuickFoo)
Change-Id: I99d965e514ff7fb7ada8dc164f82d99dac5fd94e Reviewed-by: Danny Pope <daniel.pope@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 ff52bf6cc..930b147e8 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 <QtQml/QDeclarative>\n",
+ "declarative" => "#include <QtQml/QtQml>\n",
"quick" => "#include <QtQuick/QQuick>\n",
"network" => "#include <QtNetwork/QtNetwork>\n"
);