mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 22:03:27 -07:00
- Added CONFIG += thread
This commit is contained in:
parent
78e976e97e
commit
f94197816c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ DEBUG_MODE = 1
|
|||
# Global
|
||||
TEMPLATE = app
|
||||
TARGET = qbittorrent
|
||||
CONFIG += qt x11
|
||||
CONFIG += qt thread x11
|
||||
|
||||
# Update this VERSION for each release
|
||||
DEFINES += VERSION=\\\"v0.9.0rc1\\\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue