mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
- Updated some translation
- Added -NDEBUG to src.pro to fix compilation problem with libtorrent svn
This commit is contained in:
@@ -24,11 +24,13 @@ contains(DEBUG_MODE, 1){
|
||||
contains(DEBUG_MODE, 0){
|
||||
CONFIG -= debug
|
||||
CONFIG += release
|
||||
# For libtorrent stuff
|
||||
DEFINES += NDEBUG
|
||||
message(Release build!)
|
||||
}
|
||||
|
||||
# For libtorrent stuff
|
||||
# (comment this if you are using libtorrent with debug enabled)
|
||||
DEFINES += NDEBUG
|
||||
|
||||
# Install
|
||||
|
||||
!win32 {
|
||||
|
||||
Reference in New Issue
Block a user