diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index d98e61f..05d117a 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -38,7 +38,8 @@ HEADERS += models/parsetreemodel.h \ graphics/rbscreen.h \ graphics/rbviewport.h \ graphics/rbrenderinfo.h \ - graphics/rbimage.h + graphics/rbimage.h \ + graphics/rbfont.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -53,7 +54,8 @@ SOURCES += main.cpp \ graphics/rbscreen.cpp \ graphics/rbviewport.cpp \ graphics/rbrenderinfo.cpp \ - graphics/rbimage.cpp + graphics/rbimage.cpp \ + graphics/rbfont.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |