mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 09:34:36 +00:00
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:
parent
66fdcea535
commit
22c5b9f24e
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user