added in the pro commands to avoid that when you re-compile everything you still find old incompatible dll's in the plugins dir.

This commit is contained in:
Paolo Cignoni cignoni 2010-07-29 13:51:21 +00:00
parent 66fdcea535
commit 22c5b9f24e

View File

@ -16,6 +16,12 @@ win32-g++:DLLDESTDIR = ../distrib
mac:DLLDESTDIR = .
# The following lines are necessary to avoid that when you re-compile everything you still find old dll in the plugins dir
macx:QMAKE_CLEAN += ../distrib/plugins/*.dylib
win32:QMAKE_CLEAN += ../distrib/plugins/*.dll
linux-g++:QMAKE_CLEAN += ../distrib/plugins/*.so
macx:QMAKE_POST_LINK = "\
if [ -d ../distrib/meshlab.app/Contents/MacOs/ ]; \
then \