Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Dec 28, 2019
1 parent 6300806 commit 8ce43f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Qlibxlsxwriter/Qlibxlsxwriter.pri
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $${QLIBXLSXWRITER_PARENTPATH}/src/worksheet.c \
$${QLIBXLSXWRITER_PARENTPATH}/src/xmlwriter.c

#########################
# third party : minizip, tmpfileplus
# third party : minizip, tmpfileplus, md5

INCLUDEPATH += \
$${QLIBXLSXWRITER_PARENTPATH}/include/xlsxwriter/third_party/
Expand Down Expand Up @@ -96,6 +96,15 @@ $${QLIBXLSXWRITER_PARENTPATH}/third_party/minizip/zip.c \
$${QLIBXLSXWRITER_PARENTPATH}/third_party/minizip/unzip.c \
$${QLIBXLSXWRITER_PARENTPATH}/third_party/minizip/ioapi.c

#
# md5

HEADERS += \
$${QLIBXLSXWRITER_PARENTPATH}/third_party/md5/md5.h

SOURCES += \
$${QLIBXLSXWRITER_PARENTPATH}/third_party/md5/md5.c

########################################
# Setting development environment for
# various compiler and operating system
Expand Down

0 comments on commit 8ce43f4

Please sign in to comment.