summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro
index a34bc091a..cc8fd1795 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -26,6 +26,7 @@ system(cat $$VERSION_FILE > /dev/null 2>&1 || touch $$VERSION_FILE)
HEADERS = \
$$VERSION_FILE \
+ version.h \
cochran.h \
color.h \
deco.h \
@@ -119,6 +120,7 @@ android: HEADERS -= \
qt-ui/printoptions.h
SOURCES = \
+ version.c \
cochran.c \
deco.c \
device.c \