Em ter 24 jun 2014, às 18:17:28, Renaud escreveu: > Hi all, > > I just want to say that the Target.pri file (see link below) prevents > compilation with g++4.4. Only because it defines a warning parameter > which was introduced in g++4.6. > (https://gcc.gnu.org/gcc-4.6/porting_to.html)
Upgrade. The minimum supported version is 4.5. > Is it normal ? Is there a way to get around this issue (without > editing this file) ? It's normal. To fix it, please edit the file. You can check QT_GCC_MINOR_VERSION to see if the parameter should be passed. -- 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
