summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-24 08:18:46 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-24 08:18:46 +0300
commit859fad2c6d5013ace7fcb749b591468dd0b65612 (patch)
tree7a743d1bc638ec014fd5006af5b0c2aa6c8124bf /CMakeLists.txt
parent57cc6baba013965b1e9aed244ed40ee604e8a872 (diff)
DocumentWidget: Page load progress indicator
Show clearly that something is happening, even though we don't know the exact duration of the operation.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b71be6ab..ed064730 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -129,6 +129,8 @@ set (SOURCES
129 src/ui/command.h 129 src/ui/command.h
130 src/ui/documentwidget.c 130 src/ui/documentwidget.c
131 src/ui/documentwidget.h 131 src/ui/documentwidget.h
132 src/ui/indicatorwidget.c
133 src/ui/indicatorwidget.h
132 src/ui/listwidget.c 134 src/ui/listwidget.c
133 src/ui/listwidget.h 135 src/ui/listwidget.h
134 src/ui/lookupwidget.c 136 src/ui/lookupwidget.c