moment.pro: Also install metainfo

Necessary to be published on Flathub and also provides nice metadata for
GUI app stores and such.
This commit is contained in:
Newbyte 2022-01-24 15:26:30 +01:00
parent 3ced9a53be
commit 9c441f11e0
No known key found for this signature in database
GPG Key ID: 5873C171C9429CFA

View File

@ -69,7 +69,10 @@ no-x11 {
examples.path = $$PREFIX/share/examples/moment
examples.files = src/config/settings.py
INSTALLS += executables shortcuts icons256 examples
metainfo.path = $$PREFIX/share/metainfo
metainfo.files = packaging/moment.metainfo.xml
INSTALLS += executables shortcuts icons256 examples metainfo
}
!dev:win32 {