Create CMakeLists.txt for Qt project
[novacoin.git] / src / qt / locale / translations.pro
diff --git a/src/qt/locale/translations.pro b/src/qt/locale/translations.pro
deleted file mode 100644 (file)
index ada7a2f..0000000
+++ /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