summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-05-17 15:59:46 +1000
committerAlex <qt-info@nokia.com>2011-05-17 15:59:46 +1000
commit0ccafc2effaab52c370e7f2240682906ad9b2d9f (patch)
tree3fe8429574c90750664f10e1a853dfaff4c5d7b6
parent9ff8782759939b57b874092249051c9f4e3e8c12 (diff)
downloadqtlocation-0ccafc2effaab52c370e7f2240682906ad9b2d9f.tar.gz
Update sync.profile for QtLocation
QtLocation depends QtDeclarative too
-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",
},
);