mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 12:05:54 +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,
|
# Update: no issues with the "slow link process" anymore,
|
||||||
# as we have an issue with linking
|
# for development, just build debug version of libwallet_merged lib
|
||||||
CONFIG(release, debug|release) {
|
# by invoking 'get_libwallet_api.sh Debug'
|
||||||
PRE_TARGETDEPS += langupd compiler_langrel_make_all
|
# so we update translations everytime even for debug build
|
||||||
}
|
|
||||||
|
PRE_TARGETDEPS += langupd compiler_langrel_make_all
|
||||||
|
|
||||||
|
|
||||||
RESOURCES += qml.qrc
|
RESOURCES += qml.qrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue