mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
- Added CONFIG += thread
This commit is contained in:
parent
5140f42cb1
commit
f8e7687551
@ -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.10.0alpha1\\\"
|
DEFINES += VERSION=\\\"v0.10.0alpha1\\\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user