mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Add Qt5Svg as a dependency so that it is packaged on Mac OS X.
This commit is contained in:
parent
15b3239eea
commit
1bf15b9cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DQT_QML_DEBUG -DQT_DECLARAT
|
|||
# Define packages, libs, sources, headers, resources and languages.
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 LinguistTools)
|
||||
set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 Svg LinguistTools)
|
||||
|
||||
find_package(Linphone REQUIRED)
|
||||
find_package(LinphoneCxx REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue