Hi, Same issue happened in platform plugins...
Could someone share what's the idea to change qmake or something else ? Thanks, Song -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of ext Thiago Macieira Sent: Wednesday, June 06, 2012 11:44 PM To: [email protected] Subject: Re: [Development] One qmake problem for rvct 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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
