> You must have some stale headers or precompiled headers lying around. Make
> sure it's a completely clean build and that the older version of Qt is not
> anywhere to be found.
I've tried everything:
* Renamed the old Qt 5.6 directory
* Checked to see I don't have any Qt environment variables s
On Wednesday, 5 September 2018 21:24:56 PDT Tom Isaacson wrote:
> 1>c:\qt\qt5.11.1\5.11.1\msvc2015\include\qtcore\qalgorithms.h(51): error
> C4430: missing type specifier - int assumed. Note: C++ does not support
> default-int 1
You must have some stale headers or precompiled headers lying around.
We're currently using Qt 5.6 but looking to upgrade soon. I tried building our
app on Qt 5.11.1 with Visual Studio 2017 V15.8.2 and it failed on the first
file:
1>c:\qt\qt5.11.1\5.11.1\msvc2015\include\qtcore\qalgorithms.h(51): error C4430:
missing type specifier - int assumed. Note: C++ does no