summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-23 01:19:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-23 01:19:43 +0300
commitd94fca4c217f7adef156a80b450be8073364a707 (patch)
treefa644c0da71f4b312849c51fcc44b3017be51c24 /src/CMakeLists.txt
parenta499fabac999d299da503061915cd261c73bf750 (diff)
downloadplus-d94fca4c217f7adef156a80b450be8073364a707.tar.gz
plus-d94fca4c217f7adef156a80b450be8073364a707.tar.bz2
plus-d94fca4c217f7adef156a80b450be8073364a707.tar.xz
plus-d94fca4c217f7adef156a80b450be8073364a707.zip
Move worldlistmodel into gui/models directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 84c0c5057..8e668ce2c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -236,6 +236,7 @@ SET(SRCS
gui/models/touchactionmodel.h
gui/models/updatetypemodel.h
gui/models/updatelistmodel.h
+ gui/models/worldlistmodel.h
gui/models/themesmodel.h
gui/widgets/tabstrip.cpp
gui/widgets/tabstrip.h