From 9c27d5a2a7b3a9dabaa97daac96792165cdd5034 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 29 May 2012 12:17:12 +0200 Subject: QtLocation: Fix dependencies, remove network. - The library does not seem to depend on network. - Remove unneeded dependencies on QtWidgets. Change-Id: Icdbe8a00c746a1ec0d7512f74e0f2566148fdb6e Reviewed-by: Jean Gressmann --- tests/applications/declarative_map/map3d.pro | 2 +- tests/auto/nokia_services/routing/routing.pro | 2 +- tests/plugins/declarativetestplugin/declarativetestplugin.pro | 2 +- tests/plugins/declarativetestplugin/qdeclarativelocationtestmodel.cpp | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/applications/declarative_map/map3d.pro b/tests/applications/declarative_map/map3d.pro index b1da90cf..64978b31 100644 --- a/tests/applications/declarative_map/map3d.pro +++ b/tests/applications/declarative_map/map3d.pro @@ -1,7 +1,7 @@ TARGET = qml_location_map3d TEMPLATE=app -QT += network widgets quick +QT += network quick SOURCES += qmlmap3d.cpp diff --git a/tests/auto/nokia_services/routing/routing.pro b/tests/auto/nokia_services/routing/routing.pro index 7c3524c1..f0ec3d6e 100644 --- a/tests/auto/nokia_services/routing/routing.pro +++ b/tests/auto/nokia_services/routing/routing.pro @@ -2,7 +2,7 @@ TEMPLATE = app CONFIG += testcase TARGET = tst_nokia_routing -QT += location testlib +QT += network location testlib INCLUDEPATH += $$PWD/../../../../src/plugins/geoservices/nokia HEADERS += $$PWD/../../../../src/plugins/geoservices/nokia/qgeonetworkaccessmanager.h diff --git a/tests/plugins/declarativetestplugin/declarativetestplugin.pro b/tests/plugins/declarativetestplugin/declarativetestplugin.pro index 40bedfb7..9b244877 100644 --- a/tests/plugins/declarativetestplugin/declarativetestplugin.pro +++ b/tests/plugins/declarativetestplugin/declarativetestplugin.pro @@ -3,7 +3,7 @@ TARGETPATH = QtLocation/test include(../../../src/imports/location/qlocationimport.pri) -QT += qml quick location widgets +QT += qml quick location DESTDIR = $$QT.location.imports/$$TARGETPATH target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH diff --git a/tests/plugins/declarativetestplugin/qdeclarativelocationtestmodel.cpp b/tests/plugins/declarativetestplugin/qdeclarativelocationtestmodel.cpp index 1323f4f7..b88f4923 100644 --- a/tests/plugins/declarativetestplugin/qdeclarativelocationtestmodel.cpp +++ b/tests/plugins/declarativetestplugin/qdeclarativelocationtestmodel.cpp @@ -41,7 +41,6 @@ #include "qdeclarativelocationtestmodel_p.h" #include -#include #include #include -- cgit v1.2.1