Qt #include<QException>
-
This is part of Qt Core. Hope you are able to create Simple project in Qt Creator and execute it. I have tried earlier and now as well. It works fine.
Which Qt version and OS installation you have ? -
Hi,
QException was introduced in Qt5 and since you are using Qt4 it will not be there. See "here":http://qt-project.org/doc/qt-5/qexception.html
-
To use QExecption you need Qt5. To install Qt5 you can goto "Downloads":http://qt-project.org/downloads and download an installer as per your requirement.
-
I overlooked that you are using Raspbian Wheezy. I'm afraid Raspberry Pi's repo's might have included Qt5 yet. So apt-get won't work. Also you need to upgrade the complete Qt libraries and not just QtCreator.
You will need to build Qt5 for Raspberry Pi yourself.