quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
641 stars 107 forks source link

Correct svg app icon naming in CMakeLists #783

Closed mymindstorm closed 3 years ago

mymindstorm commented 3 years ago

Correcting build error that causes svg icon to not be copied.

CMake Warning at cmake/ECMInstallIcons.cmake:264 (message):
  icons/quaternion/sources/quaternion.svg is not named correctly for
  ecm_install_icons - ignoring

Reference: https://api.kde.org/ecm/module/ECMInstallIcons.html

KitsuneRal commented 3 years ago

Thanks! Just couldn’t get to it already.