QT will generate some dynamic libs and their soft links,I check the module's Makefile,and found
Qt Code:
  1. -ln -s $(TARGET) $(TARGET0)
  2. -ln -s $(TARGET) $(TARGET1)
  3. -ln -s $(TARGET) $(TARGET2)
To copy to clipboard, switch view to plain text mode 
delete lines,soft links gone.
How can I not generate the soft links by modify the *.pro files?
Thanks.