summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
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"
);