From 391614b7c4c7cbc4686e6f307646438f5d04b14b Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Wed, 16 Nov 2016 02:33:19 +0300 Subject: [PATCH] Generate/Update translations for debug build --- monero-core.pro | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/monero-core.pro b/monero-core.pro index 76e24ce5..bd44f5bf 100644 --- a/monero-core.pro +++ b/monero-core.pro @@ -204,11 +204,13 @@ QMAKE_EXTRA_COMPILERS += langrel -# temporary: do not update/release translations for "Debug" build, -# as we have an issue with linking -CONFIG(release, debug|release) { - PRE_TARGETDEPS += langupd compiler_langrel_make_all -} +# Update: no issues with the "slow link process" anymore, +# for development, just build debug version of libwallet_merged lib +# by invoking 'get_libwallet_api.sh Debug' +# so we update translations everytime even for debug build + +PRE_TARGETDEPS += langupd compiler_langrel_make_all + RESOURCES += qml.qrc