summaryrefslogtreecommitdiffstats
path: root/tests/applications
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 /tests/applications
parent55aa1efdfc1043381cff3ab30581de9ab587762a (diff)
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 'tests/applications')
-rw-r--r--tests/applications/map3d/map3d.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/applications/map3d/map3d.pro b/tests/applications/map3d/map3d.pro
index 1430fb92..0c69e5bc 100644
--- a/tests/applications/map3d/map3d.pro
+++ b/tests/applications/map3d/map3d.pro
@@ -2,9 +2,9 @@
TEMPLATE = app
TARGET = map3d
-CONFIG += qt warn_on qt3d
+CONFIG += qt warn_on
-QT += network location
+QT += network location qt3d widgets
INCLUDEPATH += ../../../src/location/mapsgl/map3d