|
|
On Jul 15, 2005, at 5:22 AM, Till Oliver Knoll wrote:
Michael Rice wrote:
...
I don't get the symbolic links, just the shared lib. Note that
the option 'plugin' enables 'dll' implicitly, but suppresses
the creation of symbolic links - I use this for creating...
plugins ;)
...
The CONFIG is set to be a DLL:
CONFIG = lex yacc warn_on debug uic resources qt
lib_version_first incremental plugin_no_soname link_prl
app_bundle stl no_zero_link thread dll
I see you have a 'plugin_no_soname' in your CONFIG (must be a qmake
4 feature). What exactly is this supposed to do? Maybe that's the
one which suppresses the generation of sym-links?
I've tried several permutations of CONFIG, including removing
plugin_no_soname, and it doesn't seem to make a difference. I
searched the qmake source code and it doesn't look like the
plugin_no_soname option is being used anywhere.
Michael
|
|