diff options
author | Volker Krause <volker.krause@kdab.com> | 2013-03-07 10:52:01 +0100 |
---|---|---|
committer | Aaron McCarthy <mccarthy.aaron@gmail.com> | 2013-03-07 13:29:23 +0100 |
commit | c4bdffbdc8498fcda9c8551e085a22c66bbe6d10 (patch) | |
tree | fe3b293f0c22ed7c40c79cccffc989a27c483d5f /src/location/location.pro | |
parent | fe0499f0ba44ab7d1a22139d88fee03486ff8b59 (diff) | |
download | qtlocation-c4bdffbdc8498fcda9c8551e085a22c66bbe6d10.tar.gz |
Compile if there is no Qt3d.
This disables all the map features and only leaves you with positioning,
which also happens to be very useful if that's the subset you need on an
embedded device with very constrained disk space.
Change-Id: I0d94dfe81b0d52b98e1a07f80db744ecc51aade2
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r-- | src/location/location.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/location.pro b/src/location/location.pro index 20448a1f..a49570a2 100644 --- a/src/location/location.pro +++ b/src/location/location.pro @@ -3,7 +3,7 @@ QT = core-private gui HEADERS += qgeopositioninfosource_p.h -include(maps/maps.pri) +qtHaveModule(3d): include(maps/maps.pri) include(places/places.pri) QMAKE_DOCS = $$PWD/../../doc/config/qtlocation.qdocconf |