From 91cdcfa6abeb18dcac8ca3f6dc1796897dc32646 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 21 May 2020 09:39:02 +0200 Subject: [PATCH] lrelease seems not to work as expected -> remove it for now --- ChangeLog | 4 ---- Jamulus.pro | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6277aea5..3b0b7507 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,10 +15,6 @@ - support intermediate Reaper RPP file while recording, coded by pljones (Ticket #170) -TODO fix problem with panning and GUI (vertical scroll bar issue in mixer board) - -TODO Keep lrelease? Does it work as expected? - TODO fix Linux deploy script -> gives errors right now TODO Central Server Address: "Default" results in empty server browser, "Default (North America)" works fine #156 diff --git a/Jamulus.pro b/Jamulus.pro index e4e85911..274b8ce7 100755 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -8,8 +8,7 @@ contains(CONFIG, "noupcasename") { CONFIG += qt \ thread \ - release \ - lrelease + release QT += widgets \ network \