This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
travelguide/defines.pri
2013-09-25 19:32:39 +02:00

7 lines
160 B
Text

# Common file for all projects, to avoid copy-paste
CONFIG(release, debug|release) {
DEFINES *= RELEASE _RELEASE NDEBUG
} else {
DEFINES *= DEBUG _DEBUG
}