update
This commit is contained in:
parent
3ac8a2de8d
commit
a3dfa4fdf8
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue