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. Make sure it's a completely clean build and that the older version of Qt is not anywhere to be found. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
