diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 12:51:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 12:53:58 +0300 |
commit | a82f24070bc8d11f0fd487a18df0c73c63a0742c (patch) | |
tree | f3cb2027d19627971707f7df5a75c3033bd0d0fd /src/CMakeLists.txt | |
parent | 2da15d7db0aa51bf2d64802fdeee08b0b8a5a161 (diff) | |
download | mv-a82f24070bc8d11f0fd487a18df0c73c63a0742c.tar.gz mv-a82f24070bc8d11f0fd487a18df0c73c63a0742c.tar.bz2 mv-a82f24070bc8d11f0fd487a18df0c73c63a0742c.tar.xz mv-a82f24070bc8d11f0fd487a18df0c73c63a0742c.zip |
Move typelistmodel into gui/model directory.
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 e90c06b0f..db705332c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -235,6 +235,7 @@ SET(SRCS gui/models/tablemodel.h gui/models/touchactionmodel.cpp gui/models/touchactionmodel.h + gui/models/typelistmodel.h gui/models/updatetypemodel.h gui/models/updatelistmodel.h gui/models/worldlistmodel.h |