mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
qt: fixes #1180
This commit is contained in:
parent
d3bf8c2417
commit
ccc604c0f4
9 changed files with 161 additions and 59 deletions
|
@ -37,7 +37,8 @@ SOURCES += DaemonQT.cpp mainwindow.cpp \
|
|||
../../daemon/I2PControl.cpp \
|
||||
../../daemon/i2pd.cpp \
|
||||
../../daemon/UPnP.cpp \
|
||||
AboutDialog.cpp
|
||||
AboutDialog.cpp \
|
||||
I2pdQtUtil.cpp
|
||||
|
||||
HEADERS += DaemonQT.h mainwindow.h \
|
||||
ClientTunnelPane.h \
|
||||
|
@ -62,7 +63,8 @@ HEADERS += DaemonQT.h mainwindow.h \
|
|||
../../daemon/I2PControl.h \
|
||||
../../daemon/UPnP.h \
|
||||
AboutDialog.h \
|
||||
BuildDateTimeQt.h
|
||||
BuildDateTimeQt.h \
|
||||
I2pdQtUtil.h
|
||||
|
||||
INCLUDEPATH += ../../libi2pd
|
||||
INCLUDEPATH += ../../libi2pd_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue