[Development] Qt static compiler error

2015-10-26 Thread kl222
Hi all: Qt statically build program is fail. libQt5Core.a depend on libpcre16 libQt5Gui.a depend on -lopengl32, -lglu32 What do I? Here is my configuration and compilation: Qt5.5.1 statically compiled, my configure: ./configure -opensource -confirm-license -nomake examples

Re: [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. >