From f8e7687551f6735249e77d7ab3e64f6d75ac81bd Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 19 Mar 2007 15:51:31 +0000 Subject: [PATCH] - Added CONFIG += thread --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 42b06d5bf..ca123a343 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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\\\"