summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-23 19:34:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-23 21:07:37 +0300
commit4d21db4402e790bea01b083302547c8df8975596 (patch)
tree6a1b8632b21fd9d85a9769eff6f6d34752146170 /src/CMakeLists.txt
parent4ea8f4bb0c2645940d7d0f5b5e6990346d474ce4 (diff)
downloadplus-4d21db4402e790bea01b083302547c8df8975596.tar.gz
plus-4d21db4402e790bea01b083302547c8df8975596.tar.bz2
plus-4d21db4402e790bea01b083302547c8df8975596.tar.xz
plus-4d21db4402e790bea01b083302547c8df8975596.zip
Add text select dialog.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index fa5fcf071..ba6940cba 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -496,6 +496,8 @@ SET(SRCS
gui/windows/statuswindow.h
gui/windows/textdialog.cpp
gui/windows/textdialog.h
+ gui/windows/textselectdialog.cpp
+ gui/windows/textselectdialog.h
gui/popups/textpopup.cpp
gui/popups/textpopup.h
gui/skin.cpp