This commit is contained in:
2023-01-23 10:04:54 +01:00
parent 7546aedec2
commit d1e45b8ba8
9 changed files with 116 additions and 46 deletions
+3 -3
View File
@@ -31,7 +31,7 @@ FORMS += \
mainwindow.ui
TRANSLATIONS += \
languages/fr/RsyncUI_fr_FR.ts
languages/fr_FR/RsyncUI_fr_FR.ts
INCLUDEPATH += \
/usr/include/KF5
@@ -41,6 +41,6 @@ qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /usr/bin/
!isEmpty(target.path): INSTALLS += target
lang.path = /languages
lang.files = languages/*
lang.path = /languages/fr_FR/
lang.files = languages/fr_FR/*
INSTALLS += lang