valentina/src/app/tables.pri

10 lines
454 B
Plaintext
Raw Normal View History

# Keep path to all files with standard measurements we support right now
2016-02-29 10:57:30 +01:00
INSTALL_STANDARD_MEASUREMENTS += $$PWD/share/tables/standard/GOST_man_ru.vst
# Keep path to all template files we have right now
INSTALL_STANDARD_TEMPLATES += \
$$PWD/share/tables/templates/template_all_measurements.vit \
$$PWD/share/tables/templates/t_Aldrich_Women.vit
2016-02-29 10:57:30 +01:00
copyToDestdir($$INSTALL_STANDARD_MEASUREMENTS, $$shell_path($${OUT_PWD}/$$DESTDIR/tables/standard))