From 4102c25a041e81266ab46897c9339920c410d487 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 16 Aug 2017 19:07:03 +0300 Subject: [PATCH] Fix build on Windows. --HG-- branch : feature --- src/app/tables.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tables.pri b/src/app/tables.pri index e0efdbaef..eee62827b 100644 --- a/src/app/tables.pri +++ b/src/app/tables.pri @@ -7,7 +7,7 @@ INSTALL_STANDARD_TEMPLATES += \ $$PWD/share/tables/templates/t_Aldrich_Women.vit # Keep path to all label templates we provide right now -INSTALL_LABEL_TEMPLATES += $$PWD/share/labels/def_pattern_label.vst +INSTALL_LABEL_TEMPLATES += $$PWD/share/labels/def_pattern_label.xml copyToDestdir($$INSTALL_MULTISIZE_MEASUREMENTS, $$shell_path($${OUT_PWD}/$$DESTDIR/tables/multisize)) copyToDestdir($$INSTALL_LABEL_TEMPLATES, $$shell_path($${OUT_PWD}/$$DESTDIR/labels))