summaryrefslogtreecommitdiff
path: root/platform/qt
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-05 10:28:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-13 11:50:39 -0700
commitca9ba9cb43f4947fe75b5e6caabaa08fdfe6a278 (patch)
tree570e11eec9320a0221be4d5235ab6b5f2869ff77 /platform/qt
parentc6e43fa48265279eff506e4b71fadcd080ebb1a4 (diff)
downloadqtlocation-mapboxgl-ca9ba9cb43f4947fe75b5e6caabaa08fdfe6a278.tar.gz
[build] Move all mason_use statements to a single file
So its checksum can be used in a CI cache key name.
Diffstat (limited to 'platform/qt')
-rw-r--r--platform/qt/config.cmake15
1 files changed, 0 insertions, 15 deletions
diff --git a/platform/qt/config.cmake b/platform/qt/config.cmake
index 757c0ac44a..785b3cd76a 100644
--- a/platform/qt/config.cmake
+++ b/platform/qt/config.cmake
@@ -1,19 +1,6 @@
-mason_use(optional VERSION f27e7908 HEADER_ONLY)
-mason_use(tao_tuple VERSION 28626e99 HEADER_ONLY)
-
include(platform/qt/qt.cmake)
include(cmake/nunicode.cmake)
-if(NOT WITH_QT_DECODERS)
- mason_use(libjpeg-turbo VERSION 1.5.0)
- mason_use(libpng VERSION 1.6.25)
- mason_use(webp VERSION 0.5.1)
-endif()
-
-if(NOT WITH_QT_I18N)
- mason_use(icu VERSION 58.1-min-size)
-endif()
-
macro(mbgl_platform_core)
target_sources(mbgl-core
${MBGL_QT_CORE_FILES}
@@ -76,8 +63,6 @@ endmacro()
# FIXME: For now tests are disabled on Windows until we
# get the node.js dependencies working.
if (NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
- mason_use(gtest VERSION 1.8.0${MASON_CXXABI_SUFFIX})
-
macro(mbgl_platform_test)
target_sources(mbgl-test
PRIVATE platform/qt/test/main.cpp