Browse Source

remove uneeded lines in qt build file

pull/861/head
Jeff Becker 7 years ago
parent
commit
7e0ae4c601
  1. 4
      qt/i2pd_qt/i2pd_qt.pro

4
qt/i2pd_qt/i2pd_qt.pro

@ -60,10 +60,6 @@ HEADERS += DaemonQT.h mainwindow.h @@ -60,10 +60,6 @@ HEADERS += DaemonQT.h mainwindow.h
# ../../util.h ../../version.h ../../Gzip.h ../../Tag.h \
# ../../BloomFiler.h ../../Event.h ../../Gost.h ../../MatchedDestination.h
HEADERS += $$files(../../libi2pd/*.h)
HEADERS += $$files(../../libi2pd_client/*.h)
HEADERS += $$files(../../daemon/*.h)
INCLUDEPATH += ../../libi2pd
INCLUDEPATH += ../../libi2pd_client
INCLUDEPATH += ../../daemon

Loading…
Cancel
Save