mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 08:34:37 +00:00
fix qmake bug
This commit is contained in:
parent
2213f8ccd0
commit
a38bace573
@ -276,9 +276,7 @@ edit_pickpoints.depends = common
|
||||
# if distrib folder is not in $$PWD/../distrib (shadow build case),
|
||||
# we need to copy all the files inside $$PWD/../distrib in the actual
|
||||
# distrib folder ($$OUT_PWD/distrib or $$MESHLAB_DISTRIB_DIRECTORY)
|
||||
!equals(PWD, $$OUT_PWD) : !equals(PWD, $$OUT_PWD/..) {
|
||||
message("PWD: $$PWD")
|
||||
message("OUT_PWD: $$OUT_PWD")
|
||||
!equals(PWD, $$OUT_PWD) : !equals(PWD, $$OUT_PWD/src) {
|
||||
#copying the "lib" folder inside the $$OUT_PWD/distrib
|
||||
win32:copydir.commands = $(COPY_DIR) \"$$shell_path($$PWD/../distrib)\" \"$$shell_path($$OUT_PWD/distrib)\"
|
||||
!win32:copydir.commands = $(COPY_DIR) \"$$shell_path($$PWD/../distrib)\" \"$$shell_path($$OUT_PWD)\"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user