summaryrefslogtreecommitdiff
path: root/tests/auto/qplacemanager_unsupported
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-07-22 14:45:26 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-07-29 11:14:14 +0000
commitbdc85f5a0b8a846cd9049666806273f5b804f268 (patch)
treec257fa21064babf3ce05d3a10da615b414806c2d /tests/auto/qplacemanager_unsupported
parentc93d0f85b2b1fbd623a938c0d1a0d7c6ea0d784f (diff)
downloadqtlocation-bdc85f5a0b8a846cd9049666806273f5b804f268.tar.gz
Prospective fix for running tests in the new CI on OS X
A hack is in place to look for the plugin in ../../../plugins/... but that won't work if we use bundles. Change-Id: I963d6267d658a0315641df1a23f4a111fe3b596e Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/qplacemanager_unsupported')
-rw-r--r--tests/auto/qplacemanager_unsupported/qplacemanager_unsupported.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qplacemanager_unsupported/qplacemanager_unsupported.pro b/tests/auto/qplacemanager_unsupported/qplacemanager_unsupported.pro
index ec1f5cdb..0069d080 100644
--- a/tests/auto/qplacemanager_unsupported/qplacemanager_unsupported.pro
+++ b/tests/auto/qplacemanager_unsupported/qplacemanager_unsupported.pro
@@ -4,5 +4,7 @@ TARGET = tst_qplacemanager_unsupported
SOURCES += tst_qplacemanager_unsupported.cpp
+CONFIG -= app_bundle
+
QT += location testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0