mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 22:46:16 +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)
|
include(subsurface-configure.pri)
|
||||||
|
|
||||||
QT = core gui network svg
|
QT = core gui network svg concurrent
|
||||||
lessThan(QT_MAJOR_VERSION, 5) {
|
lessThan(QT_MAJOR_VERSION, 5) {
|
||||||
QT += webkit
|
QT += webkit
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue