I want to re-compile qt with mingw.
but I get some compilation errors (regarding d3d support and webkit).
I want to disable re-compiling these parts so that I can compile other parts of qt that I need.
I want to re-compile qt with mingw.
but I get some compilation errors (regarding d3d support and webkit).
I want to disable re-compiling these parts so that I can compile other parts of qt that I need.
See "configure -help" for details (eg. -no-webkit). But anyway you should not reuse the same build tree for different compilers.
J-P Nurmi
FS Lover (15th July 2009)
I couldn't find d3d disabling command certainly.
I thought it was enabled only if one run the dx_setenv.cmd (ie. the environment contains DX SDK include and library directories).
J-P Nurmi
yes, since I want to recompile qt for adding phonon support and phonon needs DX SDK I have to run the dx_setenv.cmd.
Hmm, tools/configure/configureapp.cpp seems to check for "-no-direct3d" even if it's not documented. Did you try it yet?
J-P Nurmi
FS Lover (16th July 2009)
no.Did you try it yet?
thanks, I will try it.
Bookmarks