diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -43,7 +43,8 @@ HEADERS = \ qt-ui/starwidget.h \ qt-ui/modeldelegates.h \ qt-ui/profilegraphics.h \ - qt-ui/globe.h + qt-ui/globe.h \ + qt-ui/kmessagewidget.h \ SOURCES = \ @@ -75,6 +76,7 @@ SOURCES = \ qt-ui/modeldelegates.cpp \ qt-ui/profilegraphics.cpp \ qt-ui/globe.cpp \ + qt-ui/kmessagewidget.cpp \ $(RESFILE) |