mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
Updating qmake template
This commit is contained in:
parent
1c06ca4aca
commit
a6941b9a73
|
@ -40,7 +40,8 @@ SOURCES += \
|
||||||
../NetDb.cpp \
|
../NetDb.cpp \
|
||||||
../Log.cpp \
|
../Log.cpp \
|
||||||
../Identity.cpp \
|
../Identity.cpp \
|
||||||
../I2NPProtocol.cpp
|
../I2NPProtocol.cpp \
|
||||||
|
../SOCKS.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
../LeaseSet.h \
|
../LeaseSet.h \
|
||||||
|
@ -75,7 +76,8 @@ HEADERS += \
|
||||||
../Log.h \
|
../Log.h \
|
||||||
../LittleBigEndian.h \
|
../LittleBigEndian.h \
|
||||||
../I2PEndian.h \
|
../I2PEndian.h \
|
||||||
../I2NPProtocol.h
|
../I2NPProtocol.h \
|
||||||
|
../SOCKS.h
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
../README.md \
|
../README.md \
|
||||||
|
|
Loading…
Reference in a new issue