Fix build

master
Jeremy Hu 2019-07-09 08:20:09 +09:30
parent 31d627bca9
commit 3ee492f623
1 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ for(tsfile, TRANSLATIONS) {
######################################################## ########################################################
############## Generate .ts file ####################### ############## Generate .ts file #######################
macx {
wd = $$replace(PWD, /, $$QMAKE_DIR_SEP) wd = $$replace(PWD, /, $$QMAKE_DIR_SEP)
# Update the .ts file from source # Update the .ts file from source
@ -41,7 +41,7 @@ for(lang, LANGUAGES) {
command = $$LUPDATE -ts languages/dust3d_$${lang}.ts command = $$LUPDATE -ts languages/dust3d_$${lang}.ts
system($$command)|error("Failed to run: $$command") system($$command)|error("Failed to run: $$command")
} }
}
########################################################## ##########################################################
win32 { win32 {