diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:34:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:34:10 +0300 |
commit | 001e6b5234cd4867845144b10f11cd727e7f309a (patch) | |
tree | bfbcc0211db4ed7170674a16e8a2123e5a749323 /src/CMakeLists.txt | |
parent | cb16bee18580b7123711054f3d6b91d3b5d80724 (diff) | |
download | plus-001e6b5234cd4867845144b10f11cd727e7f309a.tar.gz plus-001e6b5234cd4867845144b10f11cd727e7f309a.tar.bz2 plus-001e6b5234cd4867845144b10f11cd727e7f309a.tar.xz plus-001e6b5234cd4867845144b10f11cd727e7f309a.zip |
Build shopselldialog only if tmwa support enabled.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 48ae4792a..762a0b2ed 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -422,8 +422,6 @@ SET(SRCS gui/windows/serverdialog.h gui/windows/setupwindow.cpp gui/windows/setupwindow.h - gui/windows/shopselldialog.cpp - gui/windows/shopselldialog.h gui/widgets/tabs/setup_audio.cpp gui/widgets/tabs/setup_audio.h gui/widgets/tabs/setup_colors.cpp @@ -1330,6 +1328,8 @@ SET(SRCS_TMWA guildmanager.h gui/widgets/tabs/chat/emulateguildtab.cpp gui/widgets/tabs/chat/emulateguildtab.h + gui/windows/shopselldialog.cpp + gui/windows/shopselldialog.h net/tmwa/adminhandler.cpp net/tmwa/adminhandler.h net/tmwa/auctionhandler.cpp |