configure.exe: Remove QT3_SUPPORT.

As it is causing compile problems.
This commit is contained in:
Friedemann Kleint 2011-05-31 11:10:44 +02:00
parent 66febd27cb
commit 83375db733

View File

@ -337,7 +337,7 @@ Configure::Configure(int& argc, char** argv)
dictionary[ "LIBMNG" ] = "auto";
dictionary[ "FREETYPE" ] = "no";
dictionary[ "QT3SUPPORT" ] = "yes";
dictionary[ "QT3SUPPORT" ] = "no";
dictionary[ "ACCESSIBILITY" ] = "yes";
dictionary[ "OPENGL" ] = "yes";
dictionary[ "OPENVG" ] = "no";