|
|
@ -24,42 +24,149 @@ IFADDRS_PATH = $$MAIN_PATH/android-ifaddrs |
|
|
|
# 2) Check API 11 |
|
|
|
# 2) Check API 11 |
|
|
|
# Finally, click Install. |
|
|
|
# Finally, click Install. |
|
|
|
|
|
|
|
|
|
|
|
SOURCES += DaemonQT.cpp mainwindow.cpp |
|
|
|
SOURCES += DaemonQT.cpp mainwindow.cpp \ |
|
|
|
# ../../HTTPServer.cpp ../../I2PControl.cpp ../../Daemon.cpp ../../Config.cpp \ |
|
|
|
../../libi2pd/api.cpp \ |
|
|
|
# ../../AddressBook.cpp ../../api.cpp ../../Base.cpp ../../BOB.cpp ../../ClientContext.cpp \ |
|
|
|
../../libi2pd/Base.cpp \ |
|
|
|
# ../../Crypto.cpp ../../Datagram.cpp ../../Destination.cpp ../../Family.cpp ../../FS.cpp \ |
|
|
|
../../libi2pd/BloomFilter.cpp \ |
|
|
|
# ../../Garlic.cpp ../../HTTP.cpp ../../HTTPProxy.cpp ../../I2CP.cpp ../../I2NPProtocol.cpp \ |
|
|
|
../../libi2pd/Config.cpp \ |
|
|
|
# ../../I2PEndian.cpp ../../I2PService.cpp ../../I2PTunnel.cpp ../../Identity.cpp \ |
|
|
|
../../libi2pd/Crypto.cpp \ |
|
|
|
# ../../LeaseSet.cpp ../../Log.cpp ../../NetDb.cpp ../../NetDbRequests.cpp \ |
|
|
|
../../libi2pd/Datagram.cpp \ |
|
|
|
# ../../NTCPSession.cpp ../../Profiling.cpp ../../Reseed.cpp ../../RouterContext.cpp \ |
|
|
|
../../libi2pd/Destination.cpp \ |
|
|
|
# ../../RouterInfo.cpp ../../SAM.cpp ../../Signature.cpp ../../SOCKS.cpp ../../SSU.cpp \ |
|
|
|
../../libi2pd/Event.cpp \ |
|
|
|
# ../../SSUData.cpp ../../SSUSession.cpp ../../Streaming.cpp ../../TransitTunnel.cpp \ |
|
|
|
../../libi2pd/Family.cpp \ |
|
|
|
# ../../Transports.cpp ../../Tunnel.cpp ../../TunnelEndpoint.cpp ../../TunnelGateway.cpp \ |
|
|
|
../../libi2pd/FS.cpp \ |
|
|
|
# ../../TunnelPool.cpp ../../UPnP.cpp ../../Gzip.cpp ../../Timestamp.cpp ../../util.cpp \ |
|
|
|
../../libi2pd/Garlic.cpp \ |
|
|
|
# ../../Event.cpp ../../BloomFiler.cpp ../../Gost.cpp ../../MatchedDestination.cpp \ |
|
|
|
../../libi2pd/Gost.cpp \ |
|
|
|
# ../../i2pd.cpp |
|
|
|
../../libi2pd/Gzip.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/HTTP.cpp \ |
|
|
|
SOURCES += $$files(../../libi2pd/*.cpp) |
|
|
|
../../libi2pd/I2NPProtocol.cpp \ |
|
|
|
SOURCES += $$files(../../libi2pd_client/*.cpp) |
|
|
|
../../libi2pd/I2PEndian.cpp \ |
|
|
|
SOURCES += $$files(../../daemon/*.cpp) |
|
|
|
../../libi2pd/Identity.cpp \ |
|
|
|
SOURCES += $$files(./*.cpp) |
|
|
|
../../libi2pd/LeaseSet.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Log.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/NetDb.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/NetDbRequests.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/NTCPSession.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Profiling.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Reseed.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/RouterContext.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/RouterInfo.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Signature.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/SSU.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/SSUData.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/SSUSession.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Streaming.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Timestamp.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/TransitTunnel.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Transports.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/Tunnel.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelEndpoint.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelGateway.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelPool.cpp \ |
|
|
|
|
|
|
|
../../libi2pd/util.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/AddressBook.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/BOB.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/ClientContext.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/HTTPProxy.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/I2CP.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/I2PService.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/I2PTunnel.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/MatchedDestination.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/SAM.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/SOCKS.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/Websocket.cpp \ |
|
|
|
|
|
|
|
../../libi2pd_client/WebSocks.cpp \ |
|
|
|
|
|
|
|
ClientTunnelPane.cpp \ |
|
|
|
|
|
|
|
MainWindowItems.cpp \ |
|
|
|
|
|
|
|
ServerTunnelPane.cpp \ |
|
|
|
|
|
|
|
SignatureTypeComboboxFactory.cpp \ |
|
|
|
|
|
|
|
TunnelConfig.cpp \ |
|
|
|
|
|
|
|
TunnelPane.cpp \ |
|
|
|
|
|
|
|
../../daemon/Daemon.cpp \ |
|
|
|
|
|
|
|
../../daemon/HTTPServer.cpp \ |
|
|
|
|
|
|
|
../../daemon/i2pd.cpp \ |
|
|
|
|
|
|
|
../../daemon/I2PControl.cpp \ |
|
|
|
|
|
|
|
../../daemon/UnixDaemon.cpp \ |
|
|
|
|
|
|
|
../../daemon/UPnP.cpp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#qt creator does not handle this well |
|
|
|
|
|
|
|
#SOURCES += $$files(../../libi2pd/*.cpp) |
|
|
|
|
|
|
|
#SOURCES += $$files(../../libi2pd_client/*.cpp) |
|
|
|
|
|
|
|
#SOURCES += $$files(../../daemon/*.cpp) |
|
|
|
|
|
|
|
#SOURCES += $$files(./*.cpp) |
|
|
|
|
|
|
|
|
|
|
|
SOURCES -= ../../daemon/UnixDaemon.cpp |
|
|
|
SOURCES -= ../../daemon/UnixDaemon.cpp |
|
|
|
|
|
|
|
|
|
|
|
HEADERS += DaemonQT.h mainwindow.h |
|
|
|
HEADERS += DaemonQT.h mainwindow.h \ |
|
|
|
# ../../HTTPServer.h ../../I2PControl.h ../../UPnP.h ../../Daemon.h ../../Config.h \ |
|
|
|
../../libi2pd/api.h \ |
|
|
|
# ../../AddressBook.h ../../api.h ../../Base.h ../../BOB.h ../../ClientContext.h \ |
|
|
|
../../libi2pd/Base.h \ |
|
|
|
# ../../Crypto.h ../../Datagram.h ../../Destination.h ../../Family.h ../../FS.h \ |
|
|
|
../../libi2pd/BloomFilter.h \ |
|
|
|
# ../../Garlic.h ../../HTTP.h ../../HTTPProxy.h ../../I2CP.h ../../I2NPProtocol.h \ |
|
|
|
../../libi2pd/Config.h \ |
|
|
|
# ../../I2PEndian.h ../../I2PService.h ../../I2PTunnel.h ../../Identity.h ../../LeaseSet.h \ |
|
|
|
../../libi2pd/Crypto.h \ |
|
|
|
# ../../LittleBigEndian.h ../../Log.h ../../NetDb.h ../../NetDbRequests.h ../../NTCPSession.h \ |
|
|
|
../../libi2pd/Datagram.h \ |
|
|
|
# ../../Profiling.h ../../Queue.h ../../Reseed.h ../../RouterContext.h ../../RouterInfo.h \ |
|
|
|
../../libi2pd/Destination.h \ |
|
|
|
# ../../SAM.h ../../Signature.h ../../SOCKS.h ../../SSU.h ../../SSUData.h ../../SSUSession.h \ |
|
|
|
../../libi2pd/Event.h \ |
|
|
|
# ../../Streaming.h ../../Timestamp.h ../../TransitTunnel.h ../../Transports.h \ |
|
|
|
../../libi2pd/Family.h \ |
|
|
|
# ../../TransportSession.h ../../Tunnel.h ../../TunnelBase.h ../../TunnelConfig.h \ |
|
|
|
../../libi2pd/FS.h \ |
|
|
|
# ../../TunnelEndpoint.h ../../TunnelGateway.h ../../TunnelPool.h ../../UPnP.h \ |
|
|
|
../../libi2pd/Garlic.h \ |
|
|
|
# ../../util.h ../../version.h ../../Gzip.h ../../Tag.h \ |
|
|
|
../../libi2pd/Gost.h \ |
|
|
|
# ../../BloomFiler.h ../../Event.h ../../Gost.h ../../MatchedDestination.h |
|
|
|
../../libi2pd/Gzip.h \ |
|
|
|
|
|
|
|
../../libi2pd/HTTP.h \ |
|
|
|
|
|
|
|
../../libi2pd/I2NPProtocol.h \ |
|
|
|
|
|
|
|
../../libi2pd/I2PEndian.h \ |
|
|
|
|
|
|
|
../../libi2pd/Identity.h \ |
|
|
|
|
|
|
|
../../libi2pd/LeaseSet.h \ |
|
|
|
|
|
|
|
../../libi2pd/LittleBigEndian.h \ |
|
|
|
|
|
|
|
../../libi2pd/Log.h \ |
|
|
|
|
|
|
|
../../libi2pd/NetDb.hpp \ |
|
|
|
|
|
|
|
../../libi2pd/NetDbRequests.h \ |
|
|
|
|
|
|
|
../../libi2pd/NTCPSession.h \ |
|
|
|
|
|
|
|
../../libi2pd/Profiling.h \ |
|
|
|
|
|
|
|
../../libi2pd/Queue.h \ |
|
|
|
|
|
|
|
../../libi2pd/Reseed.h \ |
|
|
|
|
|
|
|
../../libi2pd/RouterContext.h \ |
|
|
|
|
|
|
|
../../libi2pd/RouterInfo.h \ |
|
|
|
|
|
|
|
../../libi2pd/Signature.h \ |
|
|
|
|
|
|
|
../../libi2pd/SSU.h \ |
|
|
|
|
|
|
|
../../libi2pd/SSUData.h \ |
|
|
|
|
|
|
|
../../libi2pd/SSUSession.h \ |
|
|
|
|
|
|
|
../../libi2pd/Streaming.h \ |
|
|
|
|
|
|
|
../../libi2pd/Tag.h \ |
|
|
|
|
|
|
|
../../libi2pd/Timestamp.h \ |
|
|
|
|
|
|
|
../../libi2pd/TransitTunnel.h \ |
|
|
|
|
|
|
|
../../libi2pd/Transports.h \ |
|
|
|
|
|
|
|
../../libi2pd/TransportSession.h \ |
|
|
|
|
|
|
|
../../libi2pd/Tunnel.h \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelBase.h \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelConfig.h \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelEndpoint.h \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelGateway.h \ |
|
|
|
|
|
|
|
../../libi2pd/TunnelPool.h \ |
|
|
|
|
|
|
|
../../libi2pd/util.h \ |
|
|
|
|
|
|
|
../../libi2pd/version.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/AddressBook.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/BOB.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/ClientContext.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/HTTPProxy.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/I2CP.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/I2PService.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/I2PTunnel.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/MatchedDestination.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/SAM.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/SOCKS.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/Websocket.h \ |
|
|
|
|
|
|
|
../../libi2pd_client/WebSocks.h \ |
|
|
|
|
|
|
|
ClientTunnelPane.h \ |
|
|
|
|
|
|
|
MainWindowItems.h \ |
|
|
|
|
|
|
|
ServerTunnelPane.h \ |
|
|
|
|
|
|
|
SignatureTypeComboboxFactory.h \ |
|
|
|
|
|
|
|
TunnelConfig.h \ |
|
|
|
|
|
|
|
TunnelPane.h \ |
|
|
|
|
|
|
|
TunnelsPageUpdateListener.h \ |
|
|
|
|
|
|
|
../../daemon/Daemon.h \ |
|
|
|
|
|
|
|
../../daemon/HTTPServer.h \ |
|
|
|
|
|
|
|
../../daemon/I2PControl.h \ |
|
|
|
|
|
|
|
../../daemon/UPnP.h |
|
|
|
|
|
|
|
|
|
|
|
INCLUDEPATH += ../../libi2pd |
|
|
|
INCLUDEPATH += ../../libi2pd |
|
|
|
INCLUDEPATH += ../../libi2pd_client |
|
|
|
INCLUDEPATH += ../../libi2pd_client |
|
|
|