qmake : Build library without the symlinks and 'lib' prefix
Adding plugin
to the CONFIG
variable should disable versioning and the generation of symbolic links to the library.
I don't know of a simple way to disable the lib
prefix though. You way want to dig into the provided QMake spec files to see how the default processing is implemented.
add the following to you .pro file
# disables the lib prefix
CONFIG += no_plugin_name_prefix
# disable symlinks & versioning
CONFIG += plugin