diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 19:54:15 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 19:54:15 -0700 |
commit | f96299ea942ac91976f576bc2e1b2db76ba4c72e (patch) | |
tree | ca84df51995646075c564a6c5485c0cbe74594cb /subsurface-gen-version.pri | |
parent | 22afca58bf14e114f23b44f5b24c6692985bd21c (diff) | |
download | subsurface-f96299ea942ac91976f576bc2e1b2db76ba4c72e.tar.gz |
Dependencies are too aggressive for version.h
Apparently qmake can't tell that #include "version.h" and #include
"libdivecomputer/version.h" are not the same thing. Instead of spending
another bunch of hours on fixing the buildsystem I decided to just cleanup
the spots where we actually use the version file and rename it to
ssrf-version.h.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-gen-version.pri')
-rw-r--r-- | subsurface-gen-version.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subsurface-gen-version.pri b/subsurface-gen-version.pri index 135774541..5d6170f1b 100644 --- a/subsurface-gen-version.pri +++ b/subsurface-gen-version.pri @@ -1,5 +1,5 @@ -# Generate the version.h file -VERSION_FILE = version.h +# Generate the ssrf-version.h file +VERSION_FILE = ssrf-version.h macx: VER_OS = darwin unix: !macx: VER_OS = linux win32: VER_OS = win |