Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaSubbotina committed Mar 28, 2023
1 parent 954ee0a commit 71da997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions X2tConverter/build/Qt/X2tConverter.pri
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ HEADERS += ../../src/cextracttools.h \

#vbaformat
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lVbaFormatLib
#Xls file
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lXlsFormatLib
# odf format
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lOdfFormatLib
#doc file
Expand All @@ -91,6 +89,8 @@ LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lPPTXFormatLib
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lDocxFormatLib
#xlsbformat
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lXlsbFormatLib
#Xls file
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lXlsFormatLib
#cf
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lCompoundFileLib

Expand Down

0 comments on commit 71da997

Please sign in to comment.