Browse Source
qt: add network components when using discord
pull/15/merge
Nguyen Marc
2 years ago
No known key found for this signature in database
GPG Key ID: 529D0EC3EA377F13
1 changed files with
3 additions and
0 deletions
-
CMakeLists.txt
|
|
@ -360,6 +360,9 @@ function(set_yuzu_qt_components) |
|
|
if (ENABLE_QT_TRANSLATION) |
|
|
if (ENABLE_QT_TRANSLATION) |
|
|
list(APPEND YUZU_QT_COMPONENTS2 LinguistTools) |
|
|
list(APPEND YUZU_QT_COMPONENTS2 LinguistTools) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
if (USE_DISCORD_PRESENCE) |
|
|
|
|
|
list(APPEND YUZU_QT_COMPONENTS2 Network) |
|
|
|
|
|
endif() |
|
|
set(YUZU_QT_COMPONENTS ${YUZU_QT_COMPONENTS2} PARENT_SCOPE) |
|
|
set(YUZU_QT_COMPONENTS ${YUZU_QT_COMPONENTS2} PARENT_SCOPE) |
|
|
endfunction(set_yuzu_qt_components) |
|
|
endfunction(set_yuzu_qt_components) |
|
|
|
|
|
|
|
|
|