Call lrelease.

This commit is contained in:
Martin Rotter 2017-11-07 09:16:41 +01:00
parent f3e2673ef7
commit d0d6afcc68
3 changed files with 5 additions and 4 deletions

View File

@ -40,6 +40,7 @@ build_script:
- dir
- mkdir rssguard-build
- cd rssguard-build
- lrelease.exe -compress C:\rssguard\rssguard.pro
- qmake.exe C:\rssguard "%qmake_args%"
- nmake
- nmake windows_all

View File

@ -5,9 +5,9 @@ source /opt/qt59/bin/qt59-env.sh
mkdir rssguard-build && cd rssguard-build
# Build application.
lrelease -compress ../rssguard.pro
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
make
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
make install
# Obtain linuxdeployqt.

View File

@ -2,9 +2,9 @@
# Build application.
mkdir rssguard-build && cd rssguard-build
lrelease -compress ../rssguard.pro
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
make
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
make install
# Make DMG image.