summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-03 20:40:41 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 12:54:03 +0200
commitba3931bc84fc046484949a99b3d8d2562f4ca2b2 (patch)
tree24cd9d4fb218654ce846812ab948bdc1633122d1 /src/CMakeLists.txt
parent8f1220257259cce26f30416359fc27af353a9eac (diff)
downloadqtmaildir-ba3931bc84fc046484949a99b3d8d2562f4ca2b2.tar.gz
qtmaildir-ba3931bc84fc046484949a99b3d8d2562f4ca2b2.zip
feat(completion): add the query cursor-context tokenizer
Prefix completion only so far: the token under the cursor, bounded by whitespace or an opening parenthesis rather than by the start of the line.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 26cb37c..de19c8f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -14,6 +14,7 @@ add_library(qtmaildir_lib STATIC
threadcidmap.cpp
messageview.cpp
mainwindow.cpp
+ querycompleter.cpp
)
target_include_directories(qtmaildir_lib