2015-11-18 13:42:25 +01:00
|
|
|
# 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
|
2015-11-18 13:42:25 +01:00
|
|
|
|
|
|
|
# Keep path to all template files we have right now
|
2016-04-08 12:21:26 +02:00
|
|
|
INSTALL_STANDARD_TEMPLATES += \
|
|
|
|
$$PWD/share/tables/templates/template_all_measurements.vit \
|
|
|
|
$$PWD/share/tables/templates/t_Aldrich_Women.vit
|
2015-11-18 13:42:25 +01:00
|
|
|
|
2016-02-29 10:57:30 +01:00
|
|
|
copyToDestdir($$INSTALL_STANDARD_MEASUREMENTS, $$shell_path($${OUT_PWD}/$$DESTDIR/tables/standard))
|