mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
7 lines
163 B
YAML
7 lines
163 B
YAML
|
install:
|
||
|
- set QTDIR=C:\Qt\5.11.0\mingw53_32
|
||
|
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%
|
||
|
build_script:
|
||
|
- qmake LimeReport.pro
|
||
|
- mingw32-make
|