Add prefix to translations in .pro (#112)
This commit is contained in:
committed by
Dharkael
parent
b1174a1e05
commit
56957caa5c
@@ -209,7 +209,7 @@ unix:!macx {
|
||||
|
||||
target.path = $${BASEDIR}$${PREFIX}/bin/
|
||||
|
||||
qmfile.path = $${BASEDIR}/usr/share/flameshot/translations/
|
||||
qmfile.path = $${BASEDIR}$${PREFIX}/share/flameshot/translations/
|
||||
qmfile.files = $${TRANSLATIONS_FILES}
|
||||
|
||||
dbus.path = $${BASEDIR}$${PREFIX}/share/dbus-1/interfaces/
|
||||
|
||||
Reference in New Issue
Block a user