diff options
| author | John Sennesael <john@adminking.com> | 2020-10-19 09:56:31 -0500 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-10-20 10:41:54 +0200 |
| commit | e0851897acd188cd44f35a947627d3ca8f7a1b9c (patch) | |
| tree | 0d756a00805cbcfea54088592f71ea990e322c9b /src/kristall.pro | |
| parent | be06c40292e011e5f9141af49d44530874636b50 (diff) | |
| download | kristall-e0851897acd188cd44f35a947627d3ca8f7a1b9c.tar.gz | |
initial work on ansi escape char rendering
Diffstat (limited to 'src/kristall.pro')
| -rw-r--r-- | src/kristall.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kristall.pro b/src/kristall.pro index 9f2324a..6df6dda 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -26,7 +26,7 @@ QMAKE_CXXFLAGS += -Wno-unused-parameter -Werror=return-type # Enable C++17 QMAKE_CXXFLAGS += -std=c++17 -CONFIG += c++17 +CONFIG += c++17 debug win32-msvc { # message("Use windows/msvc build") @@ -89,6 +89,7 @@ SOURCES += \ main.cpp \ mainwindow.cpp \ renderers/markdownrenderer.cpp \ + renderers/renderhelpers.cpp \ renderers/textstyleinstance.cpp \ widgets/browsertabbar.cpp \ widgets/browsertabwidget.cpp \ |
