configure.exe: Remove QT3_SUPPORT.
As it is causing compile problems.
This commit is contained in:
parent
66febd27cb
commit
83375db733
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user