diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 22:28:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 22:28:59 +0300 |
commit | 56c7ed4647d168842bda18ee797e735ccc5fd557 (patch) | |
tree | 34caf81ea253d331b1c2baf30e5ced3d73c2486d /src/CMakeLists.txt | |
parent | 4adbe6036ac29080bb8d02d92efe1175209a85a3 (diff) | |
download | plus-56c7ed4647d168842bda18ee797e735ccc5fd557.tar.gz plus-56c7ed4647d168842bda18ee797e735ccc5fd557.tar.bz2 plus-56c7ed4647d168842bda18ee797e735ccc5fd557.tar.xz plus-56c7ed4647d168842bda18ee797e735ccc5fd557.zip |
Move themesmodel into gui/models 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 af1191eee..06dfac28e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -141,6 +141,7 @@ SET(SRCS gui/models/extendedlistmodel.h gui/models/extendednamesmodel.cpp gui/models/extendednamesmodel.h + gui/models/fontsmodel.h gui/widgets/flowcontainer.cpp gui/widgets/flowcontainer.h gui/widgets/tabs/gmtab.cpp |