Fix resolution of QMAKE_INFO_PLIST for non-bundle artifacts

Change-Id: Id56cea1f09d7675fe60cdbd598e6f585a6b230d1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
Alexandru Croitor 2017-10-20 12:45:58 +02:00
parent 88e6f8cff2
commit 87eff0ea31
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@
}
$$add_plist: \
QMAKE_LFLAGS += -Wl,-sectcreate,__TEXT,__info_plist,$$shell_quote($$QMAKE_INFO_PLIST)
QMAKE_LFLAGS += -Wl,-sectcreate,__TEXT,__info_plist,$$shell_quote( \
$$relative_path($$absolute_path($$QMAKE_INFO_PLIST, $$_PRO_FILE_PWD_), $$OUT_PWD))
}