Skip to content
J.T edited this page Sep 2, 2017 · 28 revisions

Welcome to the QtXlsxWriter-Static wiki!

1st. Install Qt5 from Qt Company

2nd. Clone github source code

git clone https://github.com/j2doll/QtXlsxWriter-Static.git

3rd. Build QtXlsxWriter-Static project

cd QtXlsxWriter-Static
qmake QtXlsxWriter-Static.pro
make

4th. Build HelloExample

cd HelloExcel
...
Fix HelloExcel.pro for your own build environment
...
qmake HelloExcel.pro
make

5th. Run HelloExample

Clone this wiki locally