aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.pro
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-09 19:32:59 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-09 19:32:59 +0200
commit0739bce0be84e8ccebdc632726efd0fd6f612789 (patch)
tree7c6d705c87900a72d13d3924f6b1a59b5f2ea58d /src/kristall.pro
parent18fde8808d0f9febb668ff96714aefba82c0dce2 (diff)
downloadkristall-0739bce0be84e8ccebdc632726efd0fd6f612789.tar.gz
Introduces plain text renderer for improved styling.
Diffstat (limited to 'src/kristall.pro')
-rw-r--r--src/kristall.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro
index 9610998..1ff82cf 100644
--- a/src/kristall.pro
+++ b/src/kristall.pro
@@ -32,6 +32,7 @@ SOURCES += \
main.cpp \
mainwindow.cpp \
mediaplayer.cpp \
+ plaintextrenderer.cpp \
protocolsetup.cpp \
settingsdialog.cpp \
tabbrowsinghistory.cpp \
@@ -51,6 +52,7 @@ HEADERS += \
kristall.hpp \
mainwindow.hpp \
mediaplayer.hpp \
+ plaintextrenderer.hpp \
protocolsetup.hpp \
settingsdialog.hpp \
tabbrowsinghistory.hpp \