mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-16 04:42:53 +08:00
17 lines
217 B
YAML
17 lines
217 B
YAML
|
#
|
||
|
# AppVetor
|
||
|
#
|
||
|
# QXlsx
|
||
|
# https://github.com/j2doll/QXlsx
|
||
|
#
|
||
|
|
||
|
install:
|
||
|
- set QTDIR=C:\Qt\5.7.0\mingw53_32
|
||
|
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
|
||
|
|
||
|
build_script:
|
||
|
- cd QXlsx
|
||
|
- qmake QXlsx.pro
|
||
|
- mingw32-make
|
||
|
|