[Fix] Fixed qm file missing error.

This commit is contained in:
Leroy.H.Y 2019-06-23 19:29:24 +08:00
parent 688071dd00
commit a50ca6a1ea
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ install:
- sudo apt-get install qtdeclarative5-dev python3-dev python-dev libpython3-dev
script:
- lrelease ./Hv2ray.pro
- mkdir build && cd ./build
- QT_SELECT=5 QTDIR=/usr/share/qt5 qmake ../
- make

View File

@ -13,7 +13,7 @@ install:
build_script:
- mkdir python37 && xcopy C:\Python37 python37 /E /H /Q
- tools\FixPythonWithMinGW.bat
- cd src
- lrelease.exe Hv2ray.pro
- mkdir build && cd build
- qmake ..\..\Hv2ray.pro
- qmake ..\Hv2ray.pro
- mingw32-make