Call lrelease.
This commit is contained in:
parent
f3e2673ef7
commit
d0d6afcc68
@ -40,6 +40,7 @@ build_script:
|
|||||||
- dir
|
- dir
|
||||||
- mkdir rssguard-build
|
- mkdir rssguard-build
|
||||||
- cd rssguard-build
|
- cd rssguard-build
|
||||||
|
- lrelease.exe -compress C:\rssguard\rssguard.pro
|
||||||
- qmake.exe C:\rssguard "%qmake_args%"
|
- qmake.exe C:\rssguard "%qmake_args%"
|
||||||
- nmake
|
- nmake
|
||||||
- nmake windows_all
|
- nmake windows_all
|
||||||
|
@ -5,9 +5,9 @@ source /opt/qt59/bin/qt59-env.sh
|
|||||||
mkdir rssguard-build && cd rssguard-build
|
mkdir rssguard-build && cd rssguard-build
|
||||||
|
|
||||||
# Build application.
|
# Build application.
|
||||||
|
lrelease -compress ../rssguard.pro
|
||||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
||||||
make
|
make
|
||||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# Obtain linuxdeployqt.
|
# Obtain linuxdeployqt.
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
# Build application.
|
# Build application.
|
||||||
mkdir rssguard-build && cd rssguard-build
|
mkdir rssguard-build && cd rssguard-build
|
||||||
|
lrelease -compress ../rssguard.pro
|
||||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
||||||
make
|
make
|
||||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# Make DMG image.
|
# Make DMG image.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user