mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
- Commented -Wl --asneeded lflags
This commit is contained in:
parent
31374d8d30
commit
ff5524475f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ DEFINES += VERSION=\\\"v2.0.0beta2\\\"
|
|||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=0
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
!mac:QMAKE_LFLAGS += -Wl,--as-needed
|
||||
#!mac:QMAKE_LFLAGS += -Wl,--as-needed
|
||||
contains(DEBUG_MODE, 1) {
|
||||
CONFIG += debug
|
||||
CONFIG -= release
|
||||
|
|
Loading…
Reference in a new issue