user1899020
user1899020

Reputation: 13575

What does this mean: configuring Qt with “-opengl desktop”?

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

Answers (1)

huysentruitw
huysentruitw

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

Related Questions