[gegl-qt] examples: Use relative import to find headers in examples/common/
- From: Jon Nordby <jonnor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl-qt] examples: Use relative import to find headers in examples/common/
- Date: Fri, 28 Jun 2013 00:04:38 +0000 (UTC)
commit 4f46898e7dfaade23553f167bb03caf95171c0e7
Author: Jon Nordby <jononor gmail com>
Date: Fri Jun 28 02:56:05 2013 +0200
examples: Use relative import to find headers in examples/common/
Fixes build of examples from tarball / make intcheck
examples/qml-operations/qml-operations.cpp | 2 +-
examples/qml-paint/qml-paint.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/qml-operations/qml-operations.cpp b/examples/qml-operations/qml-operations.cpp
index 3635356..17ee688 100644
--- a/examples/qml-operations/qml-operations.cpp
+++ b/examples/qml-operations/qml-operations.cpp
@@ -22,7 +22,7 @@
#include <QtCore>
#include <QtDeclarative>
-#include <examples/common/operations.h>
+#include "../common/operations.h"
int main(int argc, char *argv[])
{
diff --git a/examples/qml-paint/qml-paint.cpp b/examples/qml-paint/qml-paint.cpp
index 22fa6e0..3747b01 100644
--- a/examples/qml-paint/qml-paint.cpp
+++ b/examples/qml-paint/qml-paint.cpp
@@ -16,7 +16,7 @@
* Copyright (C) 2011 Jon Nordby <jononor gmail com>
*/
-#include <examples/common/paint-engine.h>
+#include "../common/paint-engine.h"
#include <gegl-qt.h>
#include <gegl-qt-declarative.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]