summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-15 18:09:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-15 18:09:27 +0300
commit4abf4d6749f5692eeb1c67e548c811f2b064f348 (patch)
treedecef0fb6a4c2f1e78e315c2b7a70ed23e299332 /src/CMakeLists.txt
parentab92ecc43d1b4d62e2ef3ac95c337dcee5f5fcc6 (diff)
downloadplus-4abf4d6749f5692eeb1c67e548c811f2b064f348.tar.gz
plus-4abf4d6749f5692eeb1c67e548c811f2b064f348.tar.bz2
plus-4abf4d6749f5692eeb1c67e548c811f2b064f348.tar.xz
plus-4abf4d6749f5692eeb1c67e548c811f2b064f348.zip
Move playertablemodel 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 63e763db6..267a146f4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -198,6 +198,8 @@ SET(SRCS
gui/models/namesmodel.cpp
gui/models/namesmodel.h
gui/models/playerrelationlistmodel.h
+ gui/models/playertablemodel.cpp
+ gui/models/playertablemodel.h
gui/models/questsmodel.h
gui/models/serverslistmodel.h
gui/widgets/passwordfield.cpp