translations/translations.pro
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 29 b72c6db6890b
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    40 }
    40 }
    41 
    41 
    42 translations.path = $$[QT_INSTALL_TRANSLATIONS]
    42 translations.path = $$[QT_INSTALL_TRANSLATIONS]
    43 translations.files = $$TRANSLATIONS
    43 translations.files = $$TRANSLATIONS
    44 translations.files ~= s,\\.ts$,.qm,g
    44 translations.files ~= s,\\.ts$,.qm,g
       
    45 translations.files ~= s,^,$$OUT_PWD/,g
    45 translations.CONFIG += no_check_exist
    46 translations.CONFIG += no_check_exist
    46 INSTALLS += translations
    47 INSTALLS += translations