mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-04 18:09:42 -06:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
# Use Precompiled headers (PCH)
|
|
# ---
|
|
|
|
PRECOMPILED_HEADER = $$quote($$PWD/pch.h)
|
|
HEADERS += $$PRECOMPILED_HEADER
|
|
|
|
precompile_header: \
|
|
DEFINES *= USING_PCH
|