diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2012-05-29 12:17:12 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-29 13:59:01 +0200 |
commit | 9c27d5a2a7b3a9dabaa97daac96792165cdd5034 (patch) | |
tree | ca737bb02ec698715dd3100245171c78b16fa938 /tests/plugins | |
parent | b9bfd16fd2761d1e019c84490ddb38b1be3f6a4a (diff) | |
download | qtlocation-9c27d5a2a7b3a9dabaa97daac96792165cdd5034.tar.gz |
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 <jean.gressmann@nokia.com>
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/declarativetestplugin/declarativetestplugin.pro | 2 | ||||
-rw-r--r-- | tests/plugins/declarativetestplugin/qdeclarativelocationtestmodel.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
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 <qgeocoordinate.h> -#include <QtWidgets/QApplication> #include <QtCore/QTime> #include <QtCore> |