-
-
Notifications
You must be signed in to change notification settings - Fork 370
Home
Jay Two edited this page Oct 24, 2017
·
28 revisions
-
Install Qt5 from Qt Company
-
Clone github source code
# git clone https://github.com/j2doll/QXlsx.git
- Build QXlsx project
- linux command case
# cd QXlsx
# qmake QXlsx.pro
# make
- Build HelloExample
# cd HelloExcel
...
_**Fix HelloExcel.pro for your own build environment**_
...
# qmake HelloExcel.pro
# make
- Run HelloExample
./HelloExample