mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 18:14:38 +00:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
# This is
|
|
|
|
exists( $${_PRO_FILE_PWD_}/$${TARGET}.xml ) {
|
|
|
|
QMAKE_POST_LINK += $$QMAKE_COPY_FILE \"$${_PRO_FILE_PWD_}/$${TARGET}.xml\" \"../../distrib/plugins/$${TARGET}.xml\";
|
|
|
|
}
|
|
|