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,5 +1,5 @@
|
|||
#include "about.h"
|
||||
#include "version.h"
|
||||
#include "ssrf-version.h"
|
||||
#include <QDebug>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QNetworkReply>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue