1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00
QXlsx/appveyor.yml

17 lines
217 B
YAML
Raw Normal View History

2018-11-30 10:58:08 +09:00
#
# 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