meshlab/src/shared_post.pri
2020-01-27 09:18:17 +01:00

13 lines
429 B
Plaintext

# This is an automatic qmake code that, if exist an xml file
# *with the same name of the project*,
# it will copy it into the right directory
#
# You should have 'include (../../shared_post.pri)' at the end of each pro of a xml based plugin
exists( $${_PRO_FILE_PWD_}/$${TARGET}.xml ) {
QMAKE_POST_LINK += $$QMAKE_COPY_FILE \"$${_PRO_FILE_PWD_}/$${TARGET}.xml\" \"$${MESHLAB_DISTRIB_DIRECTORY}/plugins/$${TARGET}.xml\";
}