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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 733c470d0..b8e8abc3f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -237,6 +237,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ 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 \ |