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:
parent
eabe3b0fa7
commit
d49105259c
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user