mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +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)
|
list(APPEND QT5_LIBRARIES Qt5Multimedia)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(UNIX)
|
||||||
|
list(APPEND QT5_LIBRARIES Qt5Multimedia)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
list(APPEND QT5_LIBRARIES Qt5MacExtras)
|
list(APPEND QT5_LIBRARIES Qt5MacExtras)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue