diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 16:40:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 16:40:10 +0300 |
commit | d6403f567ec8f8f999294237633e37e46f62f1aa (patch) | |
tree | 4b0267436664e2262506767a2fad2e4f963a9828 /src/CMakeLists.txt | |
parent | 8d30fe18d9e8fec15a0a4ae44abad50ebfc557ab (diff) | |
download | plus-d6403f567ec8f8f999294237633e37e46f62f1aa.tar.gz plus-d6403f567ec8f8f999294237633e37e46f62f1aa.tar.bz2 plus-d6403f567ec8f8f999294237633e37e46f62f1aa.tar.xz plus-d6403f567ec8f8f999294237633e37e46f62f1aa.zip |
Move socialattacktab 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 1fd0fda91..6427bdd32 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -260,6 +260,7 @@ SET(SRCS gui/widgets/sliderlist.h gui/widgets/tabs/shortcuttab.h gui/widgets/tabs/skilltab.h + gui/widgets/tabs/socialattacktab.h gui/widgets/tabs/socialguildtab.h gui/widgets/tabs/socialguildtab2.h gui/widgets/tabs/socialnavigationtab.h |