summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-01-14 15:25:56 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-01-15 10:44:16 +0100
commit957415823a003111f6efecd1a1552a30f999235a (patch)
treeef767f1e3557c8d9a8964087f32beda0b39e0f26 /test/test.gypi
parent8939a7b7069124adac44ef822bfe6d97adcc14d6 (diff)
downloadqtlocation-mapboxgl-957415823a003111f6efecd1a1552a30f999235a.tar.gz
[core] Support multiple paths in SQLiteCache::getShared()
If you use many different caches, expired weak_ptrs will pile up in the unordered_map, but that is an edge case, and you probably shouldn't do that anyway.
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 21b2038876..607dd2b76c 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -70,6 +70,7 @@
'storage/storage.cpp',
'storage/cache_response.cpp',
'storage/cache_revalidate.cpp',
+ 'storage/cache_shared.cpp',
'storage/cache_size.cpp',
'storage/database.cpp',
'storage/asset_file_source.cpp',