Re: [Interest] [Development] Qt static compiler error

2015-10-26 Thread Thiago Macieira via Interest
On Monday 26 October 2015 14:37:05 Matthew Woehlke via Interest wrote: > > The .pc file has it in the right variable: > > > > > > Libs: -L${libdir} -lQt5Core > > Libs.private: -lpthread -lz -licui18n -licuuc -licudata -lpcre16 -lm -ldl > > - > > lgthread-2.0 -pthread -lglib-2.0 -lrt -lsystemd >

Re: [Interest] [Development] Qt static compiler error

2015-10-26 Thread Tim Blechmann via Interest
>>> Qt statically build program is fail. >>> >>> libQt5Core.a depend on libpcre16 >>> >>> libQt5Gui.a depend on -lopengl32, -lglu32 >>> >>> What do I? >> >> You link to those libraries. >> >>> ../ThirdLibary/windows_mingw_static/qt/lib/libQt5Core.a(qregularexpression.o >>> ):qregularexpression.cpp:

Re: [Interest] [Development] Qt static compiler error

2015-10-26 Thread Matthew Woehlke via Interest
On 2015-10-26 13:13, Thiago Macieira via Interest wrote: > On Monday 26 October 2015 11:58:14 Matthew Woehlke wrote: >> Shouldn't Qt5Config.cmake provide those interface libraries for static >> Qt libraries? It seems to me it should, and since Qt is shipping its >> Qt5Config.cmake these days, that

Re: [Interest] [Development] Qt static compiler error

2015-10-26 Thread Thiago Macieira via Interest
On Monday 26 October 2015 11:58:14 Matthew Woehlke wrote: > Shouldn't Qt5Config.cmake provide those interface libraries for static > Qt libraries? It seems to me it should, and since Qt is shipping its > Qt5Config.cmake these days, that would imply that the problem can/should > be fixed in Qt itsel

Re: [Interest] [Development] Qt static compiler error

2015-10-26 Thread Matthew Woehlke
On 2015-10-26 11:31, Thiago Macieira wrote: > On Monday 26 October 2015 15:57:30 kl222 wrote: >> Hi all: >> >> Qt statically build program is fail. >> >> libQt5Core.a depend on libpcre16 >> >> libQt5Gui.a depend on -lopengl32, -lglu32 >> >> What do I? > > You link to those libraries. > >> ../Thir

Re: [Interest] [Development] Qt static compiler error

2015-10-26 Thread Thiago Macieira
On Monday 26 October 2015 15:57:30 kl222 wrote: > Hi all: > > Qt statically build program is fail. > > libQt5Core.a depend on libpcre16 > > libQt5Gui.a depend on -lopengl32, -lglu32 > > What do I? You link to those libraries. > ../ThirdLibary/windows_mingw_static/qt/lib/libQt5Core.a(qregulare