diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-19 19:53:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-19 19:53:28 +0300 |
commit | bd5ebdedb78b145120affe161d91389ac27e71ef (patch) | |
tree | 0187a44219d4a0d2f94ee9270e6a9499cad772cf /src/CMakeLists.txt | |
parent | b5398a7046123e8cc13ebe7da8fb7ccc80885c7d (diff) | |
download | plus-bd5ebdedb78b145120affe161d91389ac27e71ef.tar.gz plus-bd5ebdedb78b145120affe161d91389ac27e71ef.tar.bz2 plus-bd5ebdedb78b145120affe161d91389ac27e71ef.tar.xz plus-bd5ebdedb78b145120affe161d91389ac27e71ef.zip |
Use socialguildtab2.h only if tmwa compilation enabled.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a5ddd9766..9a4a0f381 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -290,7 +290,6 @@ SET(SRCS gui/widgets/tabs/socialfriendsfunctor.h gui/widgets/tabs/socialfriendstab.h gui/widgets/tabs/socialguildtab.h - gui/widgets/tabs/socialguildtab2.h gui/widgets/tabs/socialnavigationtab.h gui/widgets/tabs/socialpartytab.h gui/widgets/tabs/socialpickuptab.h @@ -1941,6 +1940,7 @@ SET(SRCS_TMWA net/tmwa/searchstorehandler.h net/tmwa/vendinghandler.cpp net/tmwa/vendinghandler.h + gui/widgets/tabs/socialguildtab2.h ) IF (WIN32) |