diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/opengl.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/opengl.html')
-rw-r--r-- | doc/html/opengl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/opengl.html b/doc/html/opengl.html index d1e73ba0b..5cc85536e 100644 --- a/doc/html/opengl.html +++ b/doc/html/opengl.html @@ -59,13 +59,13 @@ it will include the TQt OpenGL module in the TQt library. (If your OpenGL headers or libraries are placed in a non-standard directory, you may need to change the QMAKE_INCDIR_OPENGL and/or QMAKE_LIBDIR_OPENGL in the config file for your system). Some -configurations retquire threading to be enabled for OpenGL, so if +configurations require threading to be enabled for OpenGL, so if OpenGL is not detected, try <tt>configure -thread</tt>. <p> When you install TQt for Windows, the TQt OpenGL module is always included. <p> The TQt OpenGL module is not licensed for use with the TQt Professional Edition. Consider upgrading to the TQt Enterprise Edition if you -retquire OpenGL support. +require OpenGL support. <p> Note about using Mesa on X11: Mesa versions earlier than 3.1 would use the name "MesaGL" and "MesaGLU" for the libraries, instead of "GL" and "GLU". If you want to use a pre-3.1 version of Mesa, you must change |