summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-19 14:28:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-19 14:28:01 +0300
commit5cec54e00bc05fb32bc9b08727641f9d48fefee6 (patch)
treeb65f3cd272c0252b742578dcc8a0d94c59e6e0b4 /src/CMakeLists.txt
parentb7848fe5475f622f06681e73db66d525271cb47a (diff)
downloadplus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.gz
plus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.bz2
plus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.tar.xz
plus-5cec54e00bc05fb32bc9b08727641f9d48fefee6.zip
Add miltiline popup based on textbox.
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 633158470..c83c60319 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -379,6 +379,8 @@ SET(SRCS
gui/popups/spellpopup.h
gui/popups/statuspopup.cpp
gui/popups/statuspopup.h
+ gui/popups/textboxpopup.cpp
+ gui/popups/textboxpopup.h
gui/windows/killstats.cpp
gui/windows/killstats.h
gui/windows/logindialog.cpp