PDA

View Full Version : How to install Qt for Windows Mobile standard and professional



JuanMO
21st February 2011, 15:34
Hi all,

I am trying to compile Qt for WM6 std and pro in the same pc. The problem consist that I suppose (because one is touch and the other not) the Qt DLL change because the controls change. (At least in .Net does)
I think I could put the source in tow different directories and build the separately for example:

c:\Qt\WM_Pro\
c:\Qt\WM_Std\

and after that build them separately and in the VS path use the correct directory according to the chosen platform.

But the problems is that I will have the sources twice.

Is that correct? is the best way to do what I need?

Thanks in advance

Juan Manuel