mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 06:24:28 +08:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
CORE_ROOT_DIR = $$PWD/../../../..
|
|
|
|
HEADERS += $$files($$PWD/src/*.h, true)
|
|
SOURCES += $$files($$PWD/src/*.cpp, true)
|
|
|
|
include($$CORE_ROOT_DIR/Common/3dParty/html/katana.pri)
|