Commit 86d2bde8 authored by ElenaSubbotina's avatar ElenaSubbotina

x2t version up

parent 07041d60
...@@ -841,6 +841,7 @@ SOURCES += \ ...@@ -841,6 +841,7 @@ SOURCES += \
../XlsXlsxConverter/xlsx_textcontext.cpp \ ../XlsXlsxConverter/xlsx_textcontext.cpp \
../XlsXlsxConverter/xlsx_chart_context.cpp \ ../XlsXlsxConverter/xlsx_chart_context.cpp \
../XlsXlsxConverter/xlsx_pivots_context.cpp \ ../XlsXlsxConverter/xlsx_pivots_context.cpp \
../XlsXlsxConverter/xlsx_external_context.cpp \
../XlsXlsxConverter/xlsx_comments.cpp \ ../XlsXlsxConverter/xlsx_comments.cpp \
../XlsXlsxConverter/xlsx_comments_context.cpp \ ../XlsXlsxConverter/xlsx_comments_context.cpp \
...@@ -1605,6 +1606,7 @@ HEADERS += \ ...@@ -1605,6 +1606,7 @@ HEADERS += \
../XlsXlsxConverter/xlsx_protection.h \ ../XlsXlsxConverter/xlsx_protection.h \
../XlsXlsxConverter/xlsx_tablecontext.h \ ../XlsXlsxConverter/xlsx_tablecontext.h \
../XlsXlsxConverter/xlsx_textcontext.h \ ../XlsXlsxConverter/xlsx_textcontext.h \
../XlsXlsxConverter/xlsx_external_context.h \
../XlsFormat/Logic/AnyObject.h \ ../XlsFormat/Logic/AnyObject.h \
../XlsFormat/Logic/AnySubstream.h \ ../XlsFormat/Logic/AnySubstream.h \
../XlsFormat/Logic/BaseObject.h \ ../XlsFormat/Logic/BaseObject.h \
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.4.482.0 VERSION = 2.4.485.0
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
TARGET = x2t TARGET = x2t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment