Moved TRANSLATIONS to main pro file so lrelease can find them.

This commit is contained in:
codestation
2014-03-28 13:40:02 -04:30
parent 538b62bdb3
commit f035b460d0
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 \