mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
5bcaaefb37
commit
0332020df6
1 changed files with 7 additions and 0 deletions
|
@ -272,6 +272,13 @@ if(STATIC)
|
|||
)
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
list(APPEND QT5_EXTRA_LIBRARIES_LIST
|
||||
declarative_multimedia
|
||||
Qt5MultimediaQuick
|
||||
)
|
||||
endif()
|
||||
|
||||
list(APPEND QT5_EXTRA_LIBRARIES_LIST
|
||||
qtgraphicaleffectsplugin
|
||||
qtgraphicaleffectsprivate
|
||||
|
|
Loading…
Reference in a new issue