summaryrefslogtreecommitdiff
path: root/src/imports/location/location.pro
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2011-10-18 15:32:08 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 08:17:16 +0200
commit114a78616d5efdc3d8c3d93dcf6ba3bb624cd4a3 (patch)
treeb464695387d5be2dd41d75507e8c53c12346b585 /src/imports/location/location.pro
parent55aa1efdfc1043381cff3ab30581de9ab587762a (diff)
downloadqtlocation-114a78616d5efdc3d8c3d93dcf6ba3bb624cd4a3.tar.gz
Build/compile fixes for Qt Location.
Updates several .pro files to reflect the change of Qt3D from a "CONFIG" inclusion to a "QT" inclusion. Also fixes various compile errors brought about by the inclusion of headers from modules we don't use. Change-Id: Ibf1b93d6ee474c24ece0b84ffca36f47aca8cc90 Reviewed-by: Juha Vuolle <juha.vuolle@nokia.com>
Diffstat (limited to 'src/imports/location/location.pro')
-rw-r--r--src/imports/location/location.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/location/location.pro b/src/imports/location/location.pro
index aa16bbb5..1ebd7810 100644
--- a/src/imports/location/location.pro
+++ b/src/imports/location/location.pro
@@ -3,8 +3,7 @@ TARGETPATH = QtLocation
include(qlocationimport.pri)
-QT += declarative-private network location qtquick1 declarative
-CONFIG += qt3d
+QT += declarative-private network location qtquick1 declarative qt3d
DESTDIR = $$QT.location.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH