PDA

View Full Version : Qt plugin compile once



bunjee
27th January 2009, 22:09
Is it possible to compile once a Qt plugin that will be compatible with Win / Linux / MacOSX.

Thanks.

wysota
28th January 2009, 00:35
No, you need to build the plugin separately for each platform - those three platforms use a totally different shared object formats so even if you managed to put the binary code for all three platforms into the same file, it wouldn't work.