This commit is contained in:
Volker Fischer 2020-06-19 16:22:59 +02:00
parent 3ac8a2de8d
commit a3dfa4fdf8
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
3.5.7git
- add new "slim channel" skin, intended for large ensembles (#339)
- add new "compact" skin, intended for large ensembles (#339)
- support sorting faders by channel instrument, coded by Alberstein8 (#356)

View File

@ -10,6 +10,7 @@ contains(CONFIG, "noupcasename") {
contains(CONFIG, "multithreading") {
unix {
message(The OpenMP multithreading is enabled.)
message(NOTE THAT THE OpenMP IMPLEMENTATION IS STILL EXPERIMENTAL AND MAY NOT BE STABLE.)
DEFINES += USE_OMP
QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp