mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 08:22:08 +08:00
12 lines
317 B
Plaintext
12 lines
317 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) \
|
|
$$PWD/htmltoxhtml.cpp
|