changeset 16327:c69c51983626

build: generate GUI language files in the build directory * libgui/Makefile.am: Specify the output file to lrelease.
author Mike Miller <mtmiller@ieee.org>
date Sat, 16 Mar 2013 16:19:00 -0400
parents c14ce8995a69
children ba933118869b
files libgui/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/Makefile.am	Sat Mar 16 15:54:58 2013 -0400
+++ b/libgui/Makefile.am	Sat Mar 16 16:19:00 2013 -0400
@@ -91,4 +91,5 @@
 	$(RCC) -o $@ $<
 
 %.qm: %.ts
-	$(LRELEASE) $<
+	$(MKDIR_P) languages
+	$(LRELEASE) -qm $@ $<