From ae250f2c166fc5d9dd5806666f7747ae53e5d56a Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 9 May 2020 21:47:14 +0200 Subject: [PATCH] add lrelease in qmake pro file to auto generate the .qm files --- Jamulus.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamulus.pro b/Jamulus.pro index 90a2a3d6..b517c99b 100755 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -8,7 +8,8 @@ contains(CONFIG, "noupcasename") { CONFIG += qt \ thread \ - release + release \ + lrelease QT += widgets \ network \