mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Move NOMINMAX define
This commit is contained in:
@@ -42,9 +42,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
add_definitions(-DQT_NO_CAST_TO_ASCII)
|
||||
# Efficient construction for QString & QByteArray (Qt >= 4.8)
|
||||
add_definitions(-DQT_USE_QSTRINGBUILDER)
|
||||
if (WIN32)
|
||||
add_definitions(-DNOMINMAX)
|
||||
endif (WIN32)
|
||||
|
||||
if (NOT GUI)
|
||||
add_definitions(-DDISABLE_GUI -DDISABLE_COUNTRIES_RESOLUTION)
|
||||
|
||||
@@ -60,8 +60,6 @@ DEFINES += QT_NO_CAST_TO_ASCII
|
||||
# Efficient construction for QString & QByteArray (Qt >= 4.8)
|
||||
DEFINES += QT_USE_QSTRINGBUILDER
|
||||
|
||||
win32: DEFINES += NOMINMAX
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
include(app/app.pri)
|
||||
|
||||
Reference in New Issue
Block a user