remove extra spaces
This commit is contained in:
parent
28c9e7118e
commit
4c89c8c831
@ -51,7 +51,6 @@ defineReplace(prependAll) {
|
||||
TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/translations/qalculate-qt_, .ts)
|
||||
TRANSLATIONS_FILES =
|
||||
qtPrepareTool(LRELEASE, lrelease) for(tsfile, TRANSLATIONS) {
|
||||
|
||||
qmfile = $$shadowed($$tsfile)
|
||||
qmfile ~= s,.ts$,.qm,
|
||||
qmdir = $$dirname(qmfile)
|
||||
@ -63,8 +62,6 @@ qtPrepareTool(LRELEASE, lrelease) for(tsfile, TRANSLATIONS) {
|
||||
TRANSLATIONS_FILES += $$qmfile
|
||||
}
|
||||
|
||||
|
||||
|
||||
unix:!equals(COMPILE_RESOURCES,"yes"):!android:!macx {
|
||||
|
||||
TRANSLATIONS = translations/qalculate-qt_ca.ts \
|
||||
|
Loading…
Reference in New Issue
Block a user