From 13e8aba7daee2104c859e17de3363a24c5a885c0 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 2 Jun 2014 17:10:36 -0300 Subject: [PATCH] Fix compilation of the Qt Concurrent code. Forgot to add qt concurrent on the .pro file, sorry. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- subsurface.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsurface.pro b/subsurface.pro index 539eb0ca0..462344832 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -1,6 +1,6 @@ include(subsurface-configure.pri) -QT = core gui network svg +QT = core gui network svg concurrent lessThan(QT_MAJOR_VERSION, 5) { QT += webkit } else {