Files
TinyORM/vcpkg.json
2022-04-25 15:10:32 +02:00

23 lines
698 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "tinyorm",
"version-semver": "0.1.0",
"description": "c++ orm library for the Qt framwork",
"homepage": "https://github.com/silverqx/TinyORM",
"documentation": "https://www.tinyorm.org",
"maintainers": "Silver Zachara <silver.zachara@gmail.com>",
"supports": "!(uwp | arm | android | emscripten)",
"dependencies": [
"range-v3",
"tabulate"
],
"features": {
"mysqlping": {
"description": "Install a MySQL client library to support the mysql_ping() used by MySqlConnection::pingDatabase()",
"dependencies": [
"libmysql"
]
}
}
}