summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-09-20 14:19:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-01 06:31:45 +0200
commit09ec9ab3e8bae7f8ad36697f4a66bf8d6fba9364 (patch)
tree99229c67241e648fccc8d59ecd408bc87ea2adf7 /src
parentf15a6e556aae48b60848ee5c8d670a7891174ce6 (diff)
downloadqtlocation-09ec9ab3e8bae7f8ad36697f4a66bf8d6fba9364.tar.gz
Fix module dependencies between QtLocation and Qt3D
The dependency of QtLocation to Qt3D is a private one. If it's not expressed as a private dependency, then for example the QtLocation master include header file will also implicitly include all of Qt3D's API, even though it does not appear to be required in order to use the QtLocation API. Change-Id: I8fa3d8e248b2f40922641e0e60d6dbe7fc0d2a86 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/location/maps/maps.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/maps.pri b/src/location/maps/maps.pri
index d6712587..3e686f0b 100644
--- a/src/location/maps/maps.pri
+++ b/src/location/maps/maps.pri
@@ -1,7 +1,7 @@
INCLUDEPATH += maps
-QT += 3d
+QT_PRIVATE += 3d
PUBLIC_HEADERS += \
maps/qgeocodereply.h \