summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 892e8bd3..db13b435 100644
--- a/sync.profile
+++ b/sync.profile
@@ -9,6 +9,7 @@
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
+ "declarative" => "#include <QtDeclarative/qdeclarative.h>\n",
);
%modulepris = (
"QtLocation" => "$basedir/modules/qt_location.pri",
@@ -24,5 +25,6 @@
"QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
"QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
"QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
+ "QtDeclarative" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
},
);