summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-06-02 17:10:36 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-02 23:59:07 -0700
commit13e8aba7daee2104c859e17de3363a24c5a885c0 (patch)
treef9aa96fdec278657e2b94ed0f3c3762782f47593 /subsurface.pro
parentdfac5e93c4ae3e9538e554cb32b5a8a1db22da99 (diff)
downloadsubsurface-13e8aba7daee2104c859e17de3363a24c5a885c0.tar.gz
Fix compilation of the Qt Concurrent code.
Forgot to add qt concurrent on the .pro file, sorry. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro2
1 files changed, 1 insertions, 1 deletions
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 {