diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 20:07:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 20:07:42 +0300 |
commit | b59b62516e22d599e0532e6e0f777769ccaadf4a (patch) | |
tree | ca1b3a04c2363ed4ec3fcd96c8a085a22ef0bb63 /src/CMakeLists.txt | |
parent | ad6d93bed95046d983c005fce409e8e5328ce46f (diff) | |
download | plus-b59b62516e22d599e0532e6e0f777769ccaadf4a.tar.gz plus-b59b62516e22d599e0532e6e0f777769ccaadf4a.tar.bz2 plus-b59b62516e22d599e0532e6e0f777769ccaadf4a.tar.xz plus-b59b62516e22d599e0532e6e0f777769ccaadf4a.zip |
Move buttontext into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2af6b00b5..c43ecbae1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -888,6 +888,7 @@ SET(SRCS listeners/actionlistener.h gui/widgets/basiccontainer.h gui/buttoninfo.h + gui/buttontext.h gui/chatconsts.h gui/chatlog.h gui/cliprect.h |