summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-22 17:20:55 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-22 17:20:55 +0300
commit9f9cd2316adc6d74ef5a67b02b7586d0e5f15453 (patch)
treee38d2aaa2de190b329c89dc036a716a9de4f2bd9 /src/CMakeLists.txt
parent02f6190bfd37903a0ad95226587cf4473b88332f (diff)
downloadplus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.tar.gz
plus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.tar.bz2
plus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.tar.xz
plus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.zip
Move touchactiondata into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d59f6fed8..64eefa3a2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -469,6 +469,8 @@ SET(SRCS
gui/theme.cpp
gui/theme.h
gui/themeinfo.h
+ gui/touchactiondata.cpp
+ gui/touchactiondata.h
gui/windows/tradewindow.cpp
gui/windows/tradewindow.h
gui/windows/unregisterdialog.cpp