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

@ -10,7 +10,7 @@ INCLUDEPATH += ../YACReaderLibrary \
../YACReaderLibrary/server \
../YACReaderLibrary/db
DEFINES += SERVER_RELEASE NOMINMAX YACREADER_LIBRARY
DEFINES += SERVER_RELEASE YACREADER_LIBRARY
# load default build flags
# do a basic dependency check
include(headless_config.pri)