X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Flocale%2Ftranslations.pro;fp=src%2Fqt%2Flocale%2Ftranslations.pro;h=0000000000000000000000000000000000000000;hb=fd3035cd568a2a8d3017845d9eed7fc0daeaa2e7;hp=ada7a2f8da953a063aa8f4a69a5a348878ef2279;hpb=a75c7d626227b0af1126af5023340a1dece96102;p=novacoin.git diff --git a/src/qt/locale/translations.pro b/src/qt/locale/translations.pro deleted file mode 100644 index ada7a2f..0000000 --- a/src/qt/locale/translations.pro +++ /dev/null @@ -1,17 +0,0 @@ -CODECFORTR = UTF-8 - -# for lrelease/lupdate -# also add new translations to src/qt/bitcoin.qrc under translations/ -TRANSLATIONS = $$files(bitcoin_*.ts) - -isEmpty(QM_DIR):QM_DIR = $$PWD/src/qt/locale -# automatically build translations, so they can be included in resource file -TSQM.name = lrelease ${QMAKE_FILE_IN} -TSQM.input = TRANSLATIONS -TSQM.output = $$QM_DIR/${QMAKE_FILE_BASE}.qm -TSQM.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT} -TSQM.CONFIG = no_link -QMAKE_EXTRA_COMPILERS += TSQM - -windows:DEFINES += WIN32 -windows:RC_FILE = $$PWD/src/qt/res/bitcoin-qt.rc