mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
- Disabled line wrapping in translators list
- Added -fwrapv to gcc command line - Updated TODO (tested sequenced download and file previewing : it works!)
This commit is contained in:
@@ -22,6 +22,8 @@ contains(DEBUG_MODE, 0){
|
||||
message(Release build!)
|
||||
}
|
||||
|
||||
QMAKE_CXXFLAGS_RELEASE += -fwrapv
|
||||
QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
LIBS += -lcurl
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent
|
||||
|
||||
Reference in New Issue
Block a user