diff options
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 724e0215d..53f7f4b6b 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -21,6 +21,8 @@ QMAKE_CLEAN += $$TARGET VERSION = 4.2 HEADERS = \ + cochran_cmdr.h \ + cochran_emc.h \ color.h \ deco.h \ device.h \ @@ -110,6 +112,7 @@ android: HEADERS -= \ qt-ui/printoptions.h SOURCES = \ + cochran.c \ deco.c \ device.c \ dive.c \ |