-
-
Notifications
You must be signed in to change notification settings - Fork 355
Home
J.T edited this page Sep 2, 2017
·
28 revisions
1st. Install Qt5 from Qt Company
git clone https://github.com/j2doll/QtXlsxWriter-Static.git
cd QtXlsxWriter-Static
qmake QtXlsxWriter-Static.pro
make
cd HelloExcel
...
Fix HelloExcel.pro for your own build environment
...
qmake HelloExcel.pro
make