summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-05-06 12:46:07 +1000
committerAlex <qt-info@nokia.com>2011-05-06 12:52:30 +1000
commitb9758f161020136437fd728698d69a0f3ed970a1 (patch)
treeb165eb3b25c73f1cc3f091744a0b8839c0bb00c1 /modules
parent5cd7fecf53ee6f4381417db3dd199fd3355685d2 (diff)
downloadqtlocation-b9758f161020136437fd728698d69a0f3ed970a1.tar.gz
add most qtlocation module setup files
Diffstat (limited to 'modules')
-rw-r--r--modules/qt_location.pri17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/qt_location.pri b/modules/qt_location.pri
new file mode 100644
index 00000000..7b51943a
--- /dev/null
+++ b/modules/qt_location.pri
@@ -0,0 +1,17 @@
+QT_LOCATION_VERSION = $$QT_VERSION
+QT_LOCATION_MAJOR_VERSION = $$QT_MAJOR_VERSION
+QT_LOCATION_MINOR_VERSION = $$QT_MINOR_VERSION
+QT_LOCATION_PATCH_VERSION = $$QT_PATCH_VERSION
+
+QT.location.name = QtLocation
+QT.location.bins = $$QT_MODULE_BIN_BASE
+QT.location.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtLocation
+QT.location.private_includes = $$QT_MODULE_INCLUDE_BASE/QtLocation/private
+QT.location.sources = $$QT_MODULE_BASE/src/location
+QT.location.libs = $$QT_MODULE_LIB_BASE
+QT.location.plugins = $$QT_MODULE_PLUGIN_BASE
+QT.location.imports = $$QT_MODULE_IMPORT_BASE
+QT.location.depends = gui sql network
+QT.location.DEFINES = QT_LOCATION_LIB
+
+QT_CONFIG += location