mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-03 06:59:23 -05:00
afe299e6b0
- workflows, tools, docs, qmake, CMake, ...
10 lines
282 B
Bash
10 lines
282 B
Bash
# Enable ccache wrapper
|
|
#CONFIG *= ccache
|
|
|
|
# vcpkg - range-v3 and tabulate
|
|
TINY_VCPKG_ROOT = $$quote(E:/xyz/vcpkg/)
|
|
TINY_VCPKG_TRIPLET = x64-windows
|
|
|
|
# MySQL C library (default installation path is auto-detected)
|
|
#TINY_MYSQL_ROOT = $$quote($$(ProgramFiles)/MySQL/MySQL Server 9.0/)
|