diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 17:35:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 17:35:26 +0300 |
commit | decb667f420d1f33d064f4335094a7a293963f35 (patch) | |
tree | 4572a4caefadaa66b6f6aadcefac3cc26c59d95d /src/CMakeLists.txt | |
parent | 6d432c0b73e21e0ef72df1010d1353ce9d5b3645 (diff) | |
download | mv-decb667f420d1f33d064f4335094a7a293963f35.tar.gz mv-decb667f420d1f33d064f4335094a7a293963f35.tar.bz2 mv-decb667f420d1f33d064f4335094a7a293963f35.tar.xz mv-decb667f420d1f33d064f4335094a7a293963f35.zip |
Move createpartypopup 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 fcda4ce46..a4556ea9d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -309,6 +309,7 @@ SET(SRCS gui/widgets/windowcontainer.h gui/popups/beingpopup.cpp gui/popups/beingpopup.h + gui/popups/createpartypopup.h gui/windows/buydialog.cpp gui/windows/buydialog.h gui/windows/buyselldialog.cpp |