mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-17 15:55:23 +08:00
build: link libjamiclient on macOS
Change-Id: Id0587b2fc7d35b627b0efcba184a15fa49972ac3
This commit is contained in:
@@ -670,7 +670,7 @@ elseif (NOT APPLE)
|
||||
else()
|
||||
set(resources
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/resources/images/jami.icns)
|
||||
set(libs ${QT_LIBS} ${SYSTEM_CONFIGURATUION} qrencode)
|
||||
set(libs ${QT_LIBS} ${SYSTEM_CONFIGURATUION} qrencode ${LIBCLIENT_NAME})
|
||||
if(ENABLE_SPARKLE)
|
||||
set(resources ${resources} ${PUBLIC_KEY} ${SPARKLE_FRAMEWORK})
|
||||
set(libs ${libs} ${SPARKLE_FRAMEWORK})
|
||||
|
||||
Reference in New Issue
Block a user