Browse Source

- Added CONFIG += thread

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
f8e7687551
  1. 2
      src/src.pro

2
src/src.pro

@ -8,7 +8,7 @@ DEBUG_MODE = 1 @@ -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.10.0alpha1\\\"

Loading…
Cancel
Save