Browse Source

Updating qmake template

pull/93/head
Meeh 11 years ago
parent
commit
a6941b9a73
  1. 6
      build/i2pd.pro

6
build/i2pd.pro

@ -40,7 +40,8 @@ SOURCES += \ @@ -40,7 +40,8 @@ SOURCES += \
../NetDb.cpp \
../Log.cpp \
../Identity.cpp \
../I2NPProtocol.cpp
../I2NPProtocol.cpp \
../SOCKS.cpp
HEADERS += \
../LeaseSet.h \
@ -75,7 +76,8 @@ HEADERS += \ @@ -75,7 +76,8 @@ HEADERS += \
../Log.h \
../LittleBigEndian.h \
../I2PEndian.h \
../I2NPProtocol.h
../I2NPProtocol.h \
../SOCKS.h
OTHER_FILES += \
../README.md \

Loading…
Cancel
Save