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 += \
../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…
Cancel
Save