From 3aaa71792b6a30e12d1aaff66d7238770576b4cc Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 25 Nov 2019 15:38:53 +0100 Subject: tests: Fix duplicate .pro entries Remove entries duplicated in the !android scope, fixing: Makefile:1664: warning: ignoring old recipe for target 'sub-qgeosatelliteinfosource' Makefile:1889: warning: overriding recipe for target 'sub-qnmeapositioninfosource' Change-Id: I38b9fe8abd9adb21d7a9a497916d9868f5bfa786 Reviewed-by: Paolo Angelelli --- tests/auto/auto.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 2b04d110..390e9135 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -93,9 +93,7 @@ SUBDIRS += \ qgeolocation \ qgeopositioninfo \ qgeosatelliteinfo \ - qgeosatelliteinfosource \ - qgeojson \ - qnmeapositioninfosource + qgeojson !android: SUBDIRS += \ positionplugin \ -- cgit v1.2.1