aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-15 03:06:21 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2016-06-28 20:53:17 +0000
commit5c03bda31af87bf08a404509cd0714df65471416 (patch)
tree088e58e6327156b99eff74fd621867d8804525bf /configure.ac
parentfff248bb843e21099c7160a0346db2c88987abd5 (diff)
Qt: Generate .qm files during build
Change-Id: Ia2ee723227e1b331eeec0f0463654f35a4c9f37b Reviewed-on: https://code.wireshark.org/review/14508 Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7bbc089284..c9b4d00152 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1302,6 +1302,8 @@ if test "x$enable_wireshark" = "xyes"; then
AC_SUBST(MOC)
AC_WIRESHARK_QT_TOOL_CHECK(RCC, rcc, "$qt_version")
AC_SUBST(RCC)
+ AC_WIRESHARK_QT_TOOL_CHECK(LRELEASE, lrelease, "$qt_version")
+ AC_SUBST(LRELEASE)
#
# On Darwin, find where the Qt frameworks are