mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
qt: fixes #1180
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user