diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-09-11 16:50:44 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-16 09:33:30 +0200 |
commit | db8c9f18d087412849b91d26bc1b496237fb9c10 (patch) | |
tree | 0eeedd9569b8106d6f23acf7e954a60b0721c0ac /tests/auto/qgeosatelliteinfo | |
parent | e31739e1b6d24616654b03d30bcdf6aeba037117 (diff) | |
download | qtlocation-db8c9f18d087412849b91d26bc1b496237fb9c10.tar.gz |
Improve definition of projects belonging to QtPositioning & QtLocation
This enables clean builds of qtlocation repo even if Qt3D is not available.
In such cases only QtPositioning related projects should be build.
There is a small build fix as well as some quick related includes
changed from proper includes to forward declarations.
Change-Id: Ifa8a9315beabcc1f64be219f8fa55236bf4ce42f
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto/qgeosatelliteinfo')
-rw-r--r-- | tests/auto/qgeosatelliteinfo/qgeosatelliteinfo.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeosatelliteinfo/qgeosatelliteinfo.pro b/tests/auto/qgeosatelliteinfo/qgeosatelliteinfo.pro index 63900936..05ca4c03 100644 --- a/tests/auto/qgeosatelliteinfo/qgeosatelliteinfo.pro +++ b/tests/auto/qgeosatelliteinfo/qgeosatelliteinfo.pro @@ -4,5 +4,5 @@ TARGET=tst_qgeosatelliteinfo SOURCES += tst_qgeosatelliteinfo.cpp -QT += testlib location +QT += testlib positioning DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |