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>
This commit is contained in:
Tomaz Canabrava 2014-06-02 17:10:36 -03:00 committed by Dirk Hohndel
parent dfac5e93c4
commit 13e8aba7da

View file

@ -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 {