Call lrelease.
This commit is contained in:
parent
f3e2673ef7
commit
d0d6afcc68
@ -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
|
||||
|
@ -4,10 +4,10 @@
|
||||
source /opt/qt59/bin/qt59-env.sh
|
||||
mkdir rssguard-build && cd rssguard-build
|
||||
|
||||
# Build application.
|
||||
# Build application.
|
||||
lrelease -compress ../rssguard.pro
|
||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
||||
make
|
||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
||||
make install
|
||||
|
||||
# Obtain linuxdeployqt.
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Build application.
|
||||
mkdir rssguard-build && cd rssguard-build
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user