- Added CONFIG += thread

This commit is contained in:
Christophe Dumez 2007-03-19 15:51:31 +00:00
parent 5140f42cb1
commit f8e7687551

View file

@ -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\\\"