mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Merge pull request #692 from alemuntoni/fix_qmake_build
Fix qmake build when compiling from root dir
This commit is contained in:
commit
215ee447a2
@ -276,8 +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) : !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