mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-05-12 23:32:17 +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()
|
endif()
|
||||||
|
|
||||||
|
if(UNIX)
|
||||||
|
list(APPEND QT5_EXTRA_LIBRARIES_LIST
|
||||||
|
declarative_multimedia
|
||||||
|
Qt5MultimediaQuick
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
list(APPEND QT5_EXTRA_LIBRARIES_LIST
|
list(APPEND QT5_EXTRA_LIBRARIES_LIST
|
||||||
qtgraphicaleffectsplugin
|
qtgraphicaleffectsplugin
|
||||||
qtgraphicaleffectsprivate
|
qtgraphicaleffectsprivate
|
||||||
|
|
Loading…
Reference in a new issue