diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-01-05 12:09:30 -0400 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-01-23 19:06:53 +0200 |
commit | 88b7fc3929acbe119b3dbfa2a9f6dbd04b338ebe (patch) | |
tree | a2e8c9e41630346f8030810a2e34ee602bd9cc9e /cmake | |
parent | eb772258cfa1af3a530ce9ff750c86aff20f96cf (diff) | |
download | qtlocation-mapboxgl-88b7fc3929acbe119b3dbfa2a9f6dbd04b338ebe.tar.gz |
[Qt] Implement mapbox::sqlite::{Database,Statement} using QtSql
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 5d2b63d13f..76e0857142 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -68,6 +68,7 @@ set(MBGL_TEST_FILES test/storage/offline_download.test.cpp test/storage/online_file_source.test.cpp test/storage/resource.test.cpp + test/storage/sqlite.test.cpp # style/conversion test/style/conversion/function.test.cpp |