mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
19 lines
309 B
Prolog
19 lines
309 B
Prolog
# PEG-Markdown-Highlight
|
|
# Github: https://github.com/ali-rantakari/peg-markdown-highlight
|
|
|
|
QT -= core gui
|
|
|
|
TARGET = peg-highlight
|
|
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += warn_off
|
|
CONFIG += staticlib
|
|
|
|
SOURCES += pmh_parser.c \
|
|
pmh_styleparser.c
|
|
|
|
HEADERS += pmh_parser.h \
|
|
pmh_styleparser.h \
|
|
pmh_definitions.h
|