1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Added support for vector MBtiles

This commit is contained in:
2018-11-03 00:43:52 +01:00
parent f762013e1e
commit 9c6c574443
2 changed files with 59 additions and 15 deletions

View File

@ -4,7 +4,8 @@ VERSION = 7.0
QT += core \
gui \
network \
sql
sql \
concurrent
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
QT += printsupport