On terça-feira, 12 de fevereiro de 2013 19.44.46, Mumtaz Ahmad wrote: > I am trying to configure my project on windows (mingw) > for linux-arm-gnueabi-g++ with QT5 and i am giving following command > -platform win32-g++ -xplatform linux-arm-gnueabi-g++ -static -opensource > -confirm-license -debug > > Configure.exe fails as it goes in architecture detection app.detectArch() > as there it uses linux-arm-gnueabi-g compiler. Should'nt it be using mingw > compiler?
No. It's trying to figure out what the target platform (the one in xplatform) supports. So it's running the right compiler. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
