mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Generate/Update translations for debug build
This commit is contained in:
parent
24a66c184d
commit
391614b7c4
1 changed files with 7 additions and 5 deletions
|
@ -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) {
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue