Is it possible to compile once a Qt plugin that will be compatible with Win / Linux / MacOSX.
Thanks.
Is it possible to compile once a Qt plugin that will be compatible with Win / Linux / MacOSX.
Thanks.
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.
bunjee (28th January 2009)
Bookmarks