trans: add french translation to build process

This commit is contained in:
Peinthor Rene
2014-09-02 18:18:34 +02:00
parent db74913d91
commit 04e08cb6d1
2 changed files with 2 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ set(SQLB_RESOURCES
set(SQLB_TSS
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_de.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ru.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_fr.ts"
)
if(USE_QT5)

View File

@@ -84,6 +84,7 @@ FORMS += \
TRANSLATIONS += \
translations/sqlb_de.ts \
translations/sqlb_fr.ts \
translations/sqlb_ru.ts
LIBPATH_QHEXEDIT=$$PWD/../libs/qhexedit