Skip to content
Snippets Groups Projects
Commit 7b6f75a8 authored by Janosch Machowinski's avatar Janosch Machowinski Committed by Martin Zenzes
Browse files

Fixed includes

now one can compile qgv even if the include path is not set to the
qgv subdirectory.
parent 7d549be5
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ License along with this library.
#ifndef QGVEDGE_H
#define QGVEDGE_H
#include <qgv.h>
#include "qgv.h"
#include <QGraphicsItem>
#include <QPen>
......
......@@ -18,7 +18,7 @@ License along with this library.
#ifndef QGVNODE_H
#define QGVNODE_H
#include <qgv.h>
#include "qgv.h"
#include <QGraphicsItem>
#include <QPen>
......
......@@ -18,7 +18,7 @@ License along with this library.
#ifndef QGVSCENE_H
#define QGVSCENE_H
#include <qgv.h>
#include "qgv.h"
#include <QGraphicsScene>
class QGVNode;
......
......@@ -18,7 +18,7 @@ License along with this library.
#ifndef QGVSUBGRAPH_H
#define QGVSUBGRAPH_H
#include <qgv.h>
#include "qgv.h"
#include <QGraphicsItem>
#include <QPen>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment