diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-17 22:18:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-17 22:18:07 -0700 |
commit | ce786bb8b3d1ede51533e1a42c05edce59e3210f (patch) | |
tree | 895ca43141464de82abb0bac36add878c1df4720 /Makefile | |
parent | f3f7bf51fa1dbe9cdb859e1a45b20c108613275b (diff) | |
parent | cffc66f45a9532076b9001825c51818df4688e3c (diff) | |
download | subsurface-ce786bb8b3d1ede51533e1a42c05edce59e3210f.tar.gz |
Merge branch 'Globe' of https://github.com/tcanabrava/subsurface
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) |