mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
dfac5e93c4
commit
13e8aba7da
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue