Hey there, I have a project which builds a plugin for a cross platform application. This application expects its plugins to have the extension *.xpl. After reading the docs and setting the qmake variables to
TARGET = plugin TARGET_EXT=xpl I expected to get a shared library called "plugin.xpl". On Windows this is the case, but Linux ignores it and creates a shared library with version information plus symbol links: libplugin.so.0.5.0 libplugin.so.0 libplugin.so I presume on OSX it will be similar to Linux. Is there a way to get the same behavior on Unix or is this not supported at all? The doc does not say anything about platform limitations ( http://qt-project.org/doc/qt-5/qmake-variable-reference.html#target-ext). I've used Qt 5.3.0 libraries. Regards, Roland
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest