mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
core_linux:QMAKE_CFLAGS += -std=c99
|
|
core_windows:INCLUDEPATH += $$PWD/gumbo-parser/visualc/include
|
|
|
|
HEADERS += $$files($$PWD/gumbo-parser/src/*.h, true) \
|
|
$$PWD/htmltoxhtml.h
|
|
|
|
SOURCES += $$files($$PWD/gumbo-parser/src/*.c, true)
|