Add QtSvg to packaged Qt dependencies.
This commit is contained in:
parent
fb595431a9
commit
605de3adc8
1 changed files with 1 additions and 0 deletions
1
external/qt/CMakeLists.txt
vendored
1
external/qt/CMakeLists.txt
vendored
|
|
@ -16,6 +16,7 @@ if (DESKTOP_APP_USE_PACKAGED)
|
||||||
Qt5::Gui
|
Qt5::Gui
|
||||||
Qt5::Widgets
|
Qt5::Widgets
|
||||||
Qt5::Network
|
Qt5::Network
|
||||||
|
Qt5::Svg
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(external_qt SYSTEM
|
target_include_directories(external_qt SYSTEM
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue