PDA

View Full Version : Do plugins on macosx work the same way like on windows systems? ("/plugins" dir)



conti
4th June 2012, 12:11
Hi i made a Qt programm which also uses some custom plugins. On windows i have to put those plugin dlls into a "plugins" subdirectory of the application does this work the same way on a macosx system? So i have to put the .dylib files into a subdirectory named "plugins" and it should work ?

ChrisW67
6th June 2012, 01:41
Mostly, but read Deploying an Application on Mac OS X for all the fun and games.