This commit is contained in:
orignal 2016-06-15 12:20:31 -04:00
parent 70e502e55d
commit b0e3339370
4 changed files with 46 additions and 32 deletions

View file

@ -13,7 +13,7 @@ TEMPLATE = app
QMAKE_CXXFLAGS *= -std=c++11
SOURCES += main.cpp\
SOURCES += DaemonQT.cpp\
mainwindow.cpp \
../../HTTPServer.cpp ../../I2PControl.cpp ../../UPnP.cpp ../../Daemon.cpp ../../Config.cpp \
../../AddressBook.cpp \
@ -59,6 +59,7 @@ SOURCES += main.cpp\
../../TunnelGateway.cpp \
../../TunnelPool.cpp \
../../util.cpp \
../../i2pd.cpp \
/mnt/media/android/android-ifaddrs/ifaddrs.c
HEADERS += mainwindow.h \