diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-06-02 17:10:36 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-02 23:59:07 -0700 |
commit | 13e8aba7daee2104c859e17de3363a24c5a885c0 (patch) | |
tree | f9aa96fdec278657e2b94ed0f3c3762782f47593 /subsurface.pro | |
parent | dfac5e93c4ae3e9538e554cb32b5a8a1db22da99 (diff) | |
download | subsurface-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.pro | 2 |
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 { |