diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 13:54:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 13:54:02 +0300 |
commit | c9d8a97059e24d24011870fae89199e1cb44e5ef (patch) | |
tree | 1319aa49a8e4fac0d8307e2393d45f62f99224cd /src/CMakeLists.txt | |
parent | 3121b17f34cb74e1b54ef5bde8b3937627d79d91 (diff) | |
download | plus-c9d8a97059e24d24011870fae89199e1cb44e5ef.tar.gz plus-c9d8a97059e24d24011870fae89199e1cb44e5ef.tar.bz2 plus-c9d8a97059e24d24011870fae89199e1cb44e5ef.tar.xz plus-c9d8a97059e24d24011870fae89199e1cb44e5ef.zip |
Move GuildTab from net namespace into gui.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 43a9f748b..f8b42f8c7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -174,6 +174,10 @@ SET(SRCS gui/widgets/tabs/chat/emulateguildtab.h gui/widgets/tabs/chat/gmtab.cpp gui/widgets/tabs/chat/gmtab.h + gui/widgets/tabs/chat/guildtab.cpp + gui/widgets/tabs/chat/guildtab.h + net/ea/gui/partytab.cpp + net/ea/gui/partytab.h gui/widgets/horizontcontainer.cpp gui/widgets/horizontcontainer.h gui/widgets/icon.cpp @@ -1250,10 +1254,6 @@ SET(DYE_CMD_SRCS ) SET(SRCS_EVOL - net/ea/gui/guildtab.cpp - net/ea/gui/guildtab.h - net/ea/gui/partytab.cpp - net/ea/gui/partytab.h net/ea/adminhandler.cpp net/ea/adminhandler.h net/ea/beinghandler.cpp |