From f94197816ca8d6c41253d792cff511b8c9608b69 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 19 Mar 2007 15:52:03 +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 d22affcde..cb76a7900 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.9.0rc1\\\"