PDA

View Full Version : Problem about QT dynamic lib's soft link files?



djstava
11th February 2011, 11:58
QT will generate some dynamic libs and their soft links,I check the module's Makefile,and found


-ln -s $(TARGET) $(TARGET0)
-ln -s $(TARGET) $(TARGET1)
-ln -s $(TARGET) $(TARGET2)

delete lines,soft links gone.
How can I not generate the soft links by modify the *.pro files?
Thanks.