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:
Dirk Hohndel 2013-10-15 19:54:15 -07:00
parent 22afca58bf
commit f96299ea94
7 changed files with 5 additions and 7 deletions

View file

@ -1,5 +1,5 @@
#include "about.h"
#include "version.h"
#include "ssrf-version.h"
#include <QDebug>
#include <QDialogButtonBox>
#include <QNetworkReply>