Files
TinyORM/include/pch.pri
silverqx de38d4213f renamed c macro to TINYORM_USING_PCH
- also added this macro to docs
2022-06-01 21:04:09 +02:00

9 lines
168 B
Plaintext

# Use Precompiled headers (PCH)
# ---
PRECOMPILED_HEADER = $$quote($$PWD/pch.h)
HEADERS += $$PRECOMPILED_HEADER
precompile_header: \
DEFINES *= TINYORM_USING_PCH