-
-
Notifications
You must be signed in to change notification settings - Fork 358
Home
J.T edited this page Sep 2, 2017
·
28 revisions
-
Install Qt5 from Qt Company
-
Clone github source code
- Build QtXlsxWriter-Static project
cd QtXlsxWriter-Static
qmake QtXlsxWriter-Static.pro
make
- Build HelloExample
cd HelloExcel
...
Fix HelloExcel.pro for your own build environment
...
qmake HelloExcel.pro
make
- Run HelloExample