summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-15 18:54:19 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-02 10:10:16 -0400
commit6bd5bed29f3ebcc1155e615d7daa1c9cd1724efb (patch)
tree9dea3a3a0b50b181f49c99eb57cfc3ef4b7a7ecf /src/CMakeLists.txt
parent59e0c4aa34fec9048d064705863c3269aacd86b5 (diff)
added initial toolbar, splitter
moved most of the text editor stuff to a new TextEditor class
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f654f9b4..f75ab1e0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -119,6 +119,7 @@ SET(organizer_SRCS
statusbar.cpp
apiuseraccount.cpp
filerenamer.cpp
+ texteditor.cpp
shared/windows_error.cpp
shared/error_report.cpp
@@ -219,6 +220,7 @@ SET(organizer_HDRS
statusbar.h
apiuseraccount.h
filerenamer.h
+ texteditor.h
shared/windows_error.h
shared/error_report.h
@@ -414,6 +416,7 @@ set(widgets
modidlineedit
noeditdelegate
qtgroupingproxy
+ texteditor
viewmarkingscrollbar
)