1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

update MD5 windows

This commit is contained in:
tianduanrui 2017-12-24 10:45:27 +08:00
parent eabe3b0fa7
commit d49105259c
2 changed files with 3 additions and 7 deletions

View File

@ -277,14 +277,12 @@ defineTest(is_same_file) {
command1 = $$get_md5_command($${filename1}) command1 = $$get_md5_command($${filename1})
command2 = $$get_md5_command($${filename2}) command2 = $$get_md5_command($${filename2})
result1 = $$system($${command1}) result1 = $$system($${command1})
result2 = $$system($${command2}) result2 = $$system($${command2})
message($$filename1 $$result1) #message($$filename1 $$result1)
message($$filename2 $$result2) #message($$filename2 $$result2)
equals(result1, $${result2}) : return(true)
equals(result1, result2): return(true)
return (false) return (false)
} }

View File

@ -87,5 +87,3 @@ contains(QKIT_PRIVATE, ANDROID|ANDROIDX86) {
#default #default
message ($${TARGET} config $${CONFIG}) message ($${TARGET} config $${CONFIG})
message ($${TARGET} define $${DEFINES}) message ($${TARGET} define $${DEFINES})
is_same_file(svgtest.pro, svgtest.pro)