mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fixed bug in blackcore:
- vatlib.h path has changed - externals.pri missing
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
include (../../externals.pri)
|
||||
|
||||
# GUI is required for the matrix classes
|
||||
QT += network dbus
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user