mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-03 06:59:23 -05:00
1c67da6b7d
- updated docs
11 lines
297 B
Bash
11 lines
297 B
Bash
# Enable ccache wrapper
|
|
#CONFIG *= ccache
|
|
|
|
# Use faster linker (for both GCC and Clang)
|
|
# CONFIG *= use_lld_linker does not work on MinGW
|
|
QMAKE_LFLAGS *= -fuse-ld=lld
|
|
|
|
# vcpkg - range-v3 and tabulate
|
|
TINY_VCPKG_ROOT = $$quote(C:/msys64/home/xyz/Code/vcpkg/)
|
|
TINY_VCPKG_TRIPLET = x64-mingw-dynamic
|