diff options
author | Alex <qt-info@nokia.com> | 2011-05-06 12:46:07 +1000 |
---|---|---|
committer | Alex <qt-info@nokia.com> | 2011-05-06 12:52:30 +1000 |
commit | b9758f161020136437fd728698d69a0f3ed970a1 (patch) | |
tree | b165eb3b25c73f1cc3f091744a0b8839c0bb00c1 /sync.profile | |
parent | 5cd7fecf53ee6f4381417db3dd199fd3355685d2 (diff) | |
download | qtlocation-b9758f161020136437fd728698d69a0f3ed970a1.tar.gz |
add most qtlocation module setup files
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile new file mode 100644 index 00000000..79111dcd --- /dev/null +++ b/sync.profile @@ -0,0 +1,29 @@ +%modules = ( # path to module name map + "QtLocation" => "$basedir/src/location", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( +); +%mastercontent = ( + "gui" => "#include <QtGui/QtGui>\n", + "network" => "#include <QtNetwork/QtNetwork>\n", + "sql" => "#include <QtSql/QtSql>\n", +); +%modulepris = ( + "QtLocation" => "$basedir/modules/qt_location.pri", +); +# Modules and programs, and their dependencies. +# Each of the module version specifiers can take one of the following values: +# - A specific Git revision. +# - "LATEST_REVISION", to always test against the latest revision. +# - "LATEST_RELEASE", to always test against the latest public release. +# - "THIS_REPOSITORY", to indicate that the module is in this repository. +%dependencies = ( + "QtLocation" => { + "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a", + }, +); |