In Qt 4, QtConcurrent is part of QtCore.
Signed-off-by: Thiago Macieira <[email protected]>
---
subsurface.pro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/subsurface.pro b/subsurface.pro
index 1d34ee9..6d3a581 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -2,11 +2,11 @@ CODECFORTR = UTF-8
CODECFORSRC = UTF-8
include(subsurface-configure.pri)
-QT = core gui network svg concurrent
+QT = core gui network svg
lessThan(QT_MAJOR_VERSION, 5) {
QT += webkit
} else {
- QT += printsupport
+ QT += printsupport concurrent
!android: QT += webkitwidgets webkit
android: QT += androidextras
}
--
1.8.4.5
_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface