mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:20:05 +00:00
TBB is used for Linux only
This commit is contained in:
parent
8a56d3deed
commit
3000e23cb1
2 changed files with 2 additions and 2 deletions
|
|
@ -635,7 +635,7 @@ if (WIN32)
|
|||
target_compile_definitions(supercell-wx PUBLIC WIN32_LEAN_AND_MEAN)
|
||||
endif()
|
||||
|
||||
if (NOT MSVC)
|
||||
if (LINUX)
|
||||
# Qt emit keyword is incompatible with TBB
|
||||
target_compile_definitions(scwx-qt PRIVATE QT_NO_EMIT)
|
||||
target_compile_definitions(supercell-wx PRIVATE QT_NO_EMIT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue