mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
cf
This commit is contained in:
49
Common/cfcpp/cfcpp.pro
Normal file
49
Common/cfcpp/cfcpp.pro
Normal file
@ -0,0 +1,49 @@
|
||||
QT -= core gui
|
||||
|
||||
TARGET = CompaundLib
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
CORE_ROOT_DIR = $$PWD/../..
|
||||
PWD_ROOT_DIR = $$PWD
|
||||
|
||||
CONFIG += core_x2t
|
||||
|
||||
include(../base.pri)
|
||||
|
||||
SOURCES += \
|
||||
RBTree/rbtree.cpp \
|
||||
cfitem.cpp \
|
||||
cfstorage.cpp \
|
||||
cfstream.cpp \
|
||||
compoundfile.cpp \
|
||||
directoryentry.cpp \
|
||||
header.cpp \
|
||||
sector.cpp \
|
||||
sectorcollection.cpp \
|
||||
stream.cpp \
|
||||
streamrw.cpp \
|
||||
streamview.cpp
|
||||
|
||||
HEADERS += \
|
||||
RBTree/irbnode.h \
|
||||
RBTree/rbtree.h \
|
||||
RBTree/rbtreeexception.h \
|
||||
cfexception.h \
|
||||
cfitem.h \
|
||||
cfstorage.h \
|
||||
cfstream.h \
|
||||
compoundfile.h \
|
||||
compoundfile_impl.h \
|
||||
directoryentry.h \
|
||||
event.h \
|
||||
guid.h \
|
||||
header.h \
|
||||
idirectoryentry.h \
|
||||
sector.h \
|
||||
sectorcollection.h \
|
||||
slist.h \
|
||||
stream.h \
|
||||
streamrw.h \
|
||||
streamview.h \
|
||||
svector.h
|
||||
Reference in New Issue
Block a user