mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-24 09:48:26 -05:00
de38d4213f
- also added this macro to docs
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
# Use Precompiled headers (PCH)
|
|
# ---
|
|
|
|
PRECOMPILED_HEADER = $$quote($$PWD/pch.h)
|
|
HEADERS += $$PRECOMPILED_HEADER
|
|
|
|
precompile_header: \
|
|
DEFINES *= TINYORM_USING_PCH
|