Fixed bug in blackcore:

- vatlib.h path has changed
- externals.pri missing
This commit is contained in:
Roland Winklmeier
2013-09-21 20:34:19 +02:00
parent 5483f71c9b
commit 5fbb8deb02
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
include (../../externals.pri)
# GUI is required for the matrix classes
QT += network dbus

View File

@@ -11,7 +11,7 @@
#define BLACKCORE_NETWORK_VATLIB_H
#include "network.h"
#include "../../vatlib/vatlib.h"
#include <vatlib/vatlib.h>
#include <QScopedPointer>
#include <QBasicTimer>
#include <QTextCodec>