diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-24 12:30:29 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-24 12:30:29 -0700 |
commit | 884e1c337981ba98a3a29c398cf1ab847009e954 (patch) | |
tree | ea929479280a3c712ca61acab1389272263c1130 /Makefile | |
parent | 5926f9d4dfefba022dd2e436d9b8f4b0e38da345 (diff) | |
parent | efb7f109e89c3d8c093c238fb7671c7ab2475f25 (diff) | |
download | subsurface-884e1c337981ba98a3a29c398cf1ab847009e954.tar.gz |
Merge branch 'prefsDialog' of https://github.com/tcanabrava/subsurface
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,7 @@ HEADERS = \ qt-ui/globe.h \ qt-ui/kmessagewidget.h \ qt-ui/downloadfromdivecomputer.h \ + qt-ui/preferences.h \ SOURCES = \ @@ -75,6 +76,7 @@ SOURCES = \ qt-ui/globe.cpp \ qt-ui/kmessagewidget.cpp \ qt-ui/downloadfromdivecomputer.cpp \ + qt-ui/preferences.cpp \ $(RESFILE) |