comparison libgui/Makefile.am @ 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
comparison
equal deleted inserted replaced
16326:c14ce8995a69 16327:c69c51983626
89 89
90 qrc-%.cc: %.qrc 90 qrc-%.cc: %.qrc
91 $(RCC) -o $@ $< 91 $(RCC) -o $@ $<
92 92
93 %.qm: %.ts 93 %.qm: %.ts
94 $(LRELEASE) $< 94 $(MKDIR_P) languages
95 $(LRELEASE) -qm $@ $<