Merge pull request #861 from majestrate/fix-case-insensative-include

remove uneeded lines in qt build file
pull/865/head
orignal 8 years ago committed by GitHub
commit ec79a4a6f6

@ -60,10 +60,6 @@ HEADERS += DaemonQT.h mainwindow.h
# ../../util.h ../../version.h ../../Gzip.h ../../Tag.h \ # ../../util.h ../../version.h ../../Gzip.h ../../Tag.h \
# ../../BloomFiler.h ../../Event.h ../../Gost.h ../../MatchedDestination.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
INCLUDEPATH += ../../libi2pd_client INCLUDEPATH += ../../libi2pd_client
INCLUDEPATH += ../../daemon INCLUDEPATH += ../../daemon

Loading…
Cancel
Save