summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro3
-rw-r--r--tests/declarativetestplugin/declarativetestplugin.pro2
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index ad5c6453..485aeeeb 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -26,3 +26,6 @@ SUBDIRS += geotestplugin \
contains(config_test_jsondb, yes) {
SUBDIRS += qplacemanager_jsondb
}
+
+!contains(QT_CONFIG,private-tests):SUBDIRS -= \
+ sphere
diff --git a/tests/declarativetestplugin/declarativetestplugin.pro b/tests/declarativetestplugin/declarativetestplugin.pro
index 78afd0aa..d3091598 100644
--- a/tests/declarativetestplugin/declarativetestplugin.pro
+++ b/tests/declarativetestplugin/declarativetestplugin.pro
@@ -3,7 +3,7 @@ TARGETPATH = Qt/location/test
include(../../src/imports/location/qlocationimport.pri)
-QT += declarative location
+QT += declarative location widgets
DESTDIR = $$QT.location.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH