I'm migrating a project to Qt5, and I'm getting this error (it compiles fine for Qt4):
fatal error C1083: Cannot open include file: 'qtconcurrentexception.h': No such file or directory
for this line:
#include <qtconcurrentexception.h>
I include this file in order to use QtConcurrent::Exception
. Has the header file for QtConcurrent::Exception
changed?