mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
22afca58bf
commit
f96299ea94
7 changed files with 5 additions and 7 deletions
1
main.cpp
1
main.cpp
|
@ -6,7 +6,6 @@
|
|||
#include <time.h>
|
||||
|
||||
#include "qt-gui.h"
|
||||
#include "version.h"
|
||||
#include "subsurfacestartup.h"
|
||||
#include "qt-ui/mainwindow.h"
|
||||
#include "qt-ui/diveplanner.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue