mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
cmake: fix WITH_SCANNER static build (link against Qt5MultimediaQuick)
This commit is contained in:
parent
426dc3fa47
commit
9360de4ef8
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ if(STATIC)
|
||||||
if(WITH_SCANNER)
|
if(WITH_SCANNER)
|
||||||
list(APPEND QT5_EXTRA_LIBRARIES_LIST
|
list(APPEND QT5_EXTRA_LIBRARIES_LIST
|
||||||
declarative_multimedia
|
declarative_multimedia
|
||||||
Qt5MultimediaQuick_p
|
Qt5MultimediaQuick
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue