On quarta-feira, 6 de junho de 2012 14.38.46, [email protected] wrote: > Hi, > > When using the armcc to compile qt5, there is one Makefile generation issue > for widgets: You know the widgets is depending on platformsupport static > library, but the "libQtPlatformSupport.so" is appended into LIBS flag > within this Makefile.
That is a mistake and needs to be fixed. QtWidgets cannot link to
QtPlatformSupport (which, by the way, is a .a file, never a .so one).
However, can you check if the platform plugins have the same issue?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
