configure parameters qt 4.3.4 win
Hi, all
i'm using qt 4.3.4 windows commercial from vs2005 binaries.
application have crash reports dump mechanism but to trace crash back we need to have
pdb files (and some other stuff) also to qt libraries.
we don't want to compile entire qt each time, but to generate missing files from src distribution we need to use same parameters for configure tool as 4.3.4 windows commercial from vs2005 binaries was built with.
and here's my question:
does anyone have an idea what parameters trolls are using for building distributable binaries?
or is there any way to check what parameters shall we pass?
Re: configure parameters qt 4.3.4 win
What's the problem compiling Qt once with the configure parameters you want to have? Also you can't create the .pdb-files without also building your dlls
Re: configure parameters qt 4.3.4 win
We just want to use dlls compiled with same parameters as one used before.
Re: configure parameters qt 4.3.4 win
Then either look into your .qmake.cache and find out or ask trolltech - you've a commercial version so you've also support. We can't know what configure options tt used...
Re: configure parameters qt 4.3.4 win
.qmake.cache solves my problem.
thx
Re: configure parameters qt 4.3.4 win
Well... almost solves
there are no mysql and psql entries in sql plugins section (there are only odbc and sqllite) and even added to configuration they're not compiling(vs2005), but they are included in binaries.
Does anyone know how mysql and psql plugins should be built if not by adding entries to sql plugins section of config?