[PATCH] Fix compile on clean source

Miika Turkia miika.turkia at gmail.com
Thu Jul 18 20:26:06 PDT 2013


This is still missing from the master.

miika


On Mon, Jul 15, 2013 at 9:12 PM, Miika Turkia <miika.turkia at gmail.com>wrote:

> bug #163
>
> Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
> ---
>  Makefile        |    2 +-
>  qt-ui/about.cpp |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 3496c32..1936de9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -32,7 +32,7 @@ XSLTFILES = xslt/*.xslt xslt/*.xsl
>
>  EXTRA_FLAGS =  $(QTCXXFLAGS) $(GTKCFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) \
>                $(LIBDIVECOMPUTERCFLAGS) \
> -              $(LIBSOUPCFLAGS) $(GCONF2CFLAGS)
> +              $(LIBSOUPCFLAGS) $(GCONF2CFLAGS) -I.
>
>  HEADERS = \
>         qt-ui/divelistview.h \
> diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp
> index 1a96b62..821835f 100644
> --- a/qt-ui/about.cpp
> +++ b/qt-ui/about.cpp
> @@ -1,6 +1,6 @@
>  #include "about.h"
>  #include "ui_about.h"
> -#include "../version.h"
> +#include "version.h"
>  #include <QDebug>
>  #include <QDialogButtonBox>
>  #include <QNetworkReply>
> --
> 1.7.9.5
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20130719/2450d56a/attachment.html>


More information about the subsurface mailing list