lrelease seems not to work as expected -> remove it for now
This commit is contained in:
parent
ed4a8ea8fd
commit
91cdcfa6ab
2 changed files with 1 additions and 6 deletions
|
@ -15,10 +15,6 @@
|
||||||
- support intermediate Reaper RPP file while recording, coded by pljones (Ticket #170)
|
- 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 fix Linux deploy script -> gives errors right now
|
||||||
|
|
||||||
TODO Central Server Address: "Default" results in empty server browser, "Default (North America)" works fine #156
|
TODO Central Server Address: "Default" results in empty server browser, "Default (North America)" works fine #156
|
||||||
|
|
|
@ -8,8 +8,7 @@ contains(CONFIG, "noupcasename") {
|
||||||
|
|
||||||
CONFIG += qt \
|
CONFIG += qt \
|
||||||
thread \
|
thread \
|
||||||
release \
|
release
|
||||||
lrelease
|
|
||||||
|
|
||||||
QT += widgets \
|
QT += widgets \
|
||||||
network \
|
network \
|
||||||
|
|
Loading…
Reference in a new issue