mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
5e26b050e9
commit
5bcaaefb37
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,10 @@ if(WITH_SCANNER)
|
|||
list(APPEND QT5_LIBRARIES Qt5Multimedia)
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
list(APPEND QT5_LIBRARIES Qt5Multimedia)
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
list(APPEND QT5_LIBRARIES Qt5MacExtras)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue