Fix qmake warnings:

Makefile.libretroshare:3811: warning: overriding recipe for target
'temp/linux-g++/obj/hashstream.o'
Makefile.libretroshare:3772: warning: ignoring old recipe for target
'temp/linux-g++/obj/hashstream.o'
This commit is contained in:
Phenom 2018-09-26 17:36:33 +02:00
parent 359e11433b
commit f420bb4644

View File

@ -530,10 +530,9 @@ SOURCES += ft/ftchunkmap.cc \
ft/ftturtlefiletransferitem.cc
SOURCES += crypto/chacha20.cpp \
crypto/rsaes.cc \
crypto/hashstream.cc\
crypto/hashstream.cc \
crypto/rscrypto.cpp
crypto/hashstream.cc\
crypto/rsaes.cc \
crypto/rscrypto.cpp
SOURCES += chat/distantchat.cc \
chat/p3chatservice.cc \