Move QtConcurrent library into Utils.

It causes a conflict with the new QtConcurrent library
of Qt 5 and is quite small.

Change-Id: Ib97ab6daf8f67a88300cf03f044ba3593a4cd270
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Friedemann Kleint
2012-02-09 09:35:03 +01:00
committed by Eike Ziller
parent def4b89e7d
commit 622cac50f4
36 changed files with 32 additions and 92 deletions

View File

@@ -64,7 +64,7 @@
#include <qtsupport/profilereader.h>
#include <qtsupport/qtsupportconstants.h>
#include <qtsupport/qtversionmanager.h>
#include <qtconcurrent/QtConcurrentTools>
#include <utils/QtConcurrentTools>
#include <QtCore/QDebug>
#include <QtCore/QDir>