Reputation: 13575
I am reading an article. I don't understand what this means: configuring Qt with “-opengl desktop”? How to do it? May I need to reinstall Qt with this option? Thanks.
Upvotes: 3
Views: 1760
Reputation: 28091
This only applies when you're compiling the Qt libraries from sources. configure
is a command you run to prepare the build environment right before you start compiling the Qt libraries yourself.
For example: These are the configure options for Qt 4.8.
Upvotes: 2