Extract DEFINES += NOMINMAX into common config.pri

This commit is contained in:
Igor Kushnir
2021-03-03 17:27:31 +02:00
committed by Luis Ángel San Martín
parent ca7be7cc2d
commit b0b0849cbc
4 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ QMAKE_TARGET_BUNDLE_PREFIX = "com.yacreader"
DEPENDPATH += . \
release
DEFINES += NOMINMAX YACREADER
DEFINES += YACREADER
#load default build flags
include (../config.pri)