Updating qmake template

This commit is contained in:
Meeh 2014-07-14 19:05:09 +02:00
parent 1c06ca4aca
commit a6941b9a73

View file

@ -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 \