GillesDebunne / libQGLViewer

libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.
Other
240 stars 94 forks source link

Using MinGW for compilation of designerPlugin (not working). #9

Closed larivierec closed 9 years ago

larivierec commented 10 years ago

In examples/release.pri

You must replace the lines -> QGLViewer-build-desktop With -> build-QGLViewer-Desktop_Qt_5_3_MinGW_32bit-Release This worked for me

GillesDebunne commented 10 years ago

Yes, the QGLViewer-build-desktop can be customised and is not reliable.

I guess these are the limits of this auto-detection scheme. Maybe looking for a directory named build-*?

larivierec commented 10 years ago

The option can be changed with Qt. I had not known this until yesterday heres a link of where to change this! image

GillesDebunne commented 10 years ago

Yes, but that means there is no naming convention that can help us find where the library was build.

This means more frustration for novice user, who will not be able to build the examples from scratch if they changed the build directory.

Any idea more than welcome.

G