diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-03-22 15:42:35 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-03-23 16:09:07 +0200 |
commit | 1c757cce34344dfecc9a724034680225143f92b7 (patch) | |
tree | 2115ed73b715f166f219b6a0b306b64d206f81ac /platform | |
parent | a3f40d0c0c906400439eeb25d50f39eac64327ef (diff) | |
download | qtlocation-mapboxgl-1c757cce34344dfecc9a724034680225143f92b7.tar.gz |
[build] Autodetect Qt{4,5}
Diffstat (limited to 'platform')
-rw-r--r-- | platform/qt/bitrise-qt4.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/qt/bitrise-qt4.yml b/platform/qt/bitrise-qt4.yml index 0a08d684fc..d8c7e0788e 100644 --- a/platform/qt/bitrise-qt4.yml +++ b/platform/qt/bitrise-qt4.yml @@ -19,7 +19,6 @@ workflows: brew link qt brew linkapps qt export BUILDTYPE=Debug - export WITH_QT_4=1 make qt-app make run-qt-test - is_debug: 'yes' |