summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-28 21:29:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-28 21:45:47 +0300
commit0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5 (patch)
tree6ed783279483538799567c38c2818c5dd136e302 /src/CMakeLists.txt
parentbb87f2911b63eaf80e49d689bf52ecf2042ae098 (diff)
downloadplus-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.tar.gz
plus-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.tar.bz2
plus-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.tar.xz
plus-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.zip
Move dialogs related function into separate file.
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 86d4e3390..e6949e4c7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -984,6 +984,8 @@ SET(SRCS
gui/widgets/basiccontainer.cpp
gui/cliprect.cpp
gui/color.cpp
+ gui/dialogsmanager.cpp
+ gui/dialogsmanager.h
input/key.cpp
gui/rect.cpp
gui/widgets/widget.cpp