diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
commit | 9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (patch) | |
tree | e08d509274b9bb7cdef72ac6a320028013e8b270 /src/CMakeLists.txt | |
parent | ffdf217e5b11b95ca9feb126b1a2e210f553370f (diff) | |
download | mv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.gz mv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.bz2 mv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.xz mv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.zip |
Move font.cpp/h into fonts directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c75791cb4..404604a65 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -425,8 +425,8 @@ SET(SRCS gui/widgets/tabs/setup_visual.cpp gui/widgets/tabs/setup_visual.h gui/setupactiondata.h - gui/font.cpp - gui/font.h + gui/fonts/font.cpp + gui/fonts/font.h gui/windows/shopwindow.cpp gui/windows/shopwindow.h gui/windows/shortcutwindow.cpp |