From f035b460d0bd5466a7d4ac57616fdc185dffba1c Mon Sep 17 00:00:00 2001 From: codestation Date: Fri, 28 Mar 2014 13:40:02 -0430 Subject: [PATCH] Moved TRANSLATIONS to main pro file so lrelease can find them. --- qcma.pro | 4 ++++ qcma_common.pri | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qcma.pro b/qcma.pro index 724186a..73643c8 100644 --- a/qcma.pro +++ b/qcma.pro @@ -11,3 +11,7 @@ SUBDIRS = qcma_gui.pro unix:!macx { SUBDIRS += qcma_cli.pro } + +TRANSLATIONS += \ + resources/translations/qcma_es.ts \ + resources/translations/qcma_ja.ts diff --git a/qcma_common.pri b/qcma_common.pri index 567e478..9ccb8f6 100644 --- a/qcma_common.pri +++ b/qcma_common.pri @@ -44,10 +44,6 @@ HEADERS += \ src/qlistdb.h \ src/database.h \ -TRANSLATIONS += \ - resources/translations/qcma_es.ts \ - resources/translations/qcma_ja.ts - OTHER_FILES += \ resources/xml/psp2-updatelist.xml \ resources/images/psv_icon.png \