Skip to content

Commit

Permalink
[Packaging] Only package qm files
Browse files Browse the repository at this point in the history
Before this change, Storeman rpms contained translations/README.md,
translations.pri, and .ts files, all of which are unnecessary in an
installed app.
  • Loading branch information
nephros authored and Peter G. (nephros) committed Jun 20, 2023
1 parent 1be72ac commit 7d2251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/translations.pri
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ qm.CONFIG = target_predeps no_link

QMAKE_EXTRA_COMPILERS += qm

translations.files = $$OUT_PWD/translations
translations.files = $$OUT_PWD/translations/*qm
translations.path = $$PREFIX/share/$$TARGET

INSTALLS += translations

0 comments on commit 7d2251c

Please sign in to comment.