aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.pro
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-23 00:35:41 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-23 00:35:41 +0200
commit0860a8ec32fd01b6fdea92e1e6a80de096e2e694 (patch)
treeb858ca1d88bad6050f51d9a413b48f74b1a21545 /src/kristall.pro
parent75ec461eeaa851cb5c53f4cfffc434e3e529ed1d (diff)
downloadkristall-0860a8ec32fd01b6fdea92e1e6a80de096e2e694.tar.gz
Starts to implement new markdown rendering
Diffstat (limited to 'src/kristall.pro')
-rw-r--r--src/kristall.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro
index c5a29f5..43316cc 100644
--- a/src/kristall.pro
+++ b/src/kristall.pro
@@ -67,6 +67,8 @@ SOURCES += \
ioutil.cpp \
main.cpp \
mainwindow.cpp \
+ renderers/markdownrenderer.cpp \
+ renderers/textstyleinstance.cpp \
widgets/mediaplayer.cpp \
mimeparser.cpp \
protocolhandler.cpp \
@@ -105,6 +107,8 @@ HEADERS += \
ioutil.hpp \
kristall.hpp \
mainwindow.hpp \
+ renderers/markdownrenderer.hpp \
+ renderers/textstyleinstance.hpp \
widgets/mediaplayer.hpp \
mimeparser.hpp \
protocolhandler.hpp \