mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
add md5.exe
This commit is contained in:
parent
2b395468fb
commit
c7f8824911
BIN
extra/md5.exe
Normal file
BIN
extra/md5.exe
Normal file
Binary file not shown.
@ -158,6 +158,18 @@ defineReplace(get_lrelease_language){
|
||||
return ($${command})
|
||||
}
|
||||
|
||||
defineReplace(get_md5_command) {
|
||||
filename = $$1
|
||||
isEmpty(1): error("get_md5_command(filename) requires one argument")
|
||||
command =
|
||||
win32 {
|
||||
command = md5 -n $${filename}
|
||||
} else {
|
||||
command = echo 2> $${filename}
|
||||
}
|
||||
return ($$command)
|
||||
}
|
||||
|
||||
################################################
|
||||
##custom functions
|
||||
################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user