mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
fixed QT build
This commit is contained in:
parent
5bc157eb19
commit
b226e22d2f
@ -1,6 +1,7 @@
|
|||||||
#ifndef DAEMONQT_H
|
#ifndef DAEMONQT_H
|
||||||
#define DAEMONQT_H
|
#define DAEMONQT_H
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
#include <QMutex>
|
#include <QMutex>
|
||||||
|
@ -66,6 +66,9 @@ SOURCES += DaemonQT.cpp mainwindow.cpp \
|
|||||||
../../libi2pd/TunnelGateway.cpp \
|
../../libi2pd/TunnelGateway.cpp \
|
||||||
../../libi2pd/TunnelPool.cpp \
|
../../libi2pd/TunnelPool.cpp \
|
||||||
../../libi2pd/util.cpp \
|
../../libi2pd/util.cpp \
|
||||||
|
../../libi2pd/Ed25519.cpp \
|
||||||
|
../../libi2pd/Chacha20.cpp \
|
||||||
|
../../libi2pd/Poly1305.cpp \
|
||||||
../../libi2pd_client/AddressBook.cpp \
|
../../libi2pd_client/AddressBook.cpp \
|
||||||
../../libi2pd_client/BOB.cpp \
|
../../libi2pd_client/BOB.cpp \
|
||||||
../../libi2pd_client/ClientContext.cpp \
|
../../libi2pd_client/ClientContext.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user