|
| 1 | +# Keep path to all files with individual measurements we support right now |
| 2 | +INSTALL_INDIVIDUAL_MEASUREMENTS += \ |
| 3 | + $${PWD}/share/samples/measurements/individual/male_shirt.smis \ |
| 4 | + $${PWD}/share/samples/measurements/individual/trousers.smis |
| 5 | + |
| 6 | +# Keep path to all files with multisize measurements we support right now |
| 7 | +INSTALL_MULTISIZE_MEASUREMENTS += \ |
| 8 | + $${PWD}/share/samples/measurements/multisize/gost_man_ru.smms |
| 9 | + |
| 10 | +# Keep path to all template files we have right now |
| 11 | +INSTALL_STANDARD_TEMPLATES += \ |
| 12 | + $${PWD}/share/samples/measurements/templates/all_measurements_template.smis \ |
| 13 | + $${PWD}/share/samples/measurements/templates/aldrich_women_template.smis |
| 14 | + |
| 15 | +# Keep path to all patterns we provide right now |
| 16 | +INSTALL_PATTERNS += \ |
| 17 | + $${PWD}/share/samples/patterns/jacket1_52-176.sm2d \ |
| 18 | + $${PWD}/share/samples/patterns/jacket2_40-146.sm2d \ |
| 19 | + $${PWD}/share/samples/patterns/jacket3_40-146.sm2d \ |
| 20 | + $${PWD}/share/samples/patterns/jacket4_40-146.sm2d \ |
| 21 | + $${PWD}/share/samples/patterns/jacket5_30-110.sm2d \ |
| 22 | + $${PWD}/share/samples/patterns/jacket6_30-110.sm2d \ |
| 23 | + $${PWD}/share/samples/patterns/male_shirt.sm2d \ |
| 24 | + $${PWD}/share/samples/patterns/trousers.sm2d |
| 25 | + |
| 26 | +# Keep path to all label templates we provide right now |
| 27 | +INSTALL_LABEL_TEMPLATES += \ |
| 28 | + $${PWD}/share/labels/default_pattern_label.xml \ |
| 29 | + $${PWD}/share/labels/default_piece_label.xml |
| 30 | + |
| 31 | +win32 |
| 32 | +{ |
| 33 | + copyToDestdir($$INSTALL_INDIVIDUAL_MEASUREMENTS, $$shell_path($${OUT_PWD}/$${DESTDIR}/samples/measurements/individual)) |
| 34 | + copyToDestdir($$INSTALL_MULTISIZE_MEASUREMENTS, $$shell_path($${OUT_PWD}/$${DESTDIR}/samples/measurements/multisize)) |
| 35 | + copyToDestdir($$INSTALL_STANDARD_TEMPLATES, $$shell_path($${OUT_PWD}/$${DESTDIR}/samples/measurements/templates)) |
| 36 | + copyToDestdir($$INSTALL_PATTERNS, $$shell_path($${OUT_PWD}/$${DESTDIR}/samples/patterns)) |
| 37 | + copyToDestdir($$INSTALL_LABEL_TEMPLATES, $$shell_path($${OUT_PWD}/$${DESTDIR}/labels)) |
| 38 | +} |
0 commit comments