mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-28 12:40:32 -05: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
|