mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-24 07:05:25 -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
|
# Global
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = qbittorrent
|
TARGET = qbittorrent
|
||||||
CONFIG += qt x11
|
CONFIG += qt thread x11
|
||||||
|
|
||||||
# Update this VERSION for each release
|
# Update this VERSION for each release
|
||||||
DEFINES += VERSION=\\\"v0.9.0rc1\\\"
|
DEFINES += VERSION=\\\"v0.9.0rc1\\\"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue